mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fix compiler warnings
Include all nessecary headers, use the correct format strings and don't redefine _GNU_SOURCE. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
This commit is contained in:
committed by
Christoph Hellwig
parent
9890a9a98f
commit
68f67d9c74
@@ -41,6 +41,7 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
char * Progname;
|
||||
|
||||
Reference in New Issue
Block a user