mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2025-12-20 07:00:11 +01:00
tests/etnaviv: drop unused return 0
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
28052ad589
commit
44867b0eef
1 changed files with 1 additions and 3 deletions
|
|
@ -63,7 +63,7 @@ struct dib_header {
|
|||
unsigned int unused[12];
|
||||
} __attribute__((__packed__));
|
||||
|
||||
static int
|
||||
static void
|
||||
bmp_header_write(int fd, int width, int height, int bgra, int noflip, int alpha)
|
||||
{
|
||||
struct bmp_header bmp_header = {
|
||||
|
|
@ -98,8 +98,6 @@ bmp_header_write(int fd, int width, int height, int bgra, int noflip, int alpha)
|
|||
|
||||
write(fd, &bmp_header, sizeof(struct bmp_header));
|
||||
write(fd, &dib_header, sizeof(struct dib_header));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue