increase -Werror resilience
for bin/, commands/, libexec/, sbin/, test/, usr.bin/ and usr.sbin/. Change-Id: I8fa12c3cd86865311cef71b7faa7cf4fa785174f
This commit is contained in:
committed by
Gerrit Code Review
parent
5c584cedf8
commit
3161c603a6
+1
-1
@@ -15,7 +15,7 @@ int max_error = 3;
|
||||
int subtest;
|
||||
char *filename = "statvfs_test_XXXXXX";
|
||||
|
||||
void create_file(void)
|
||||
static void create_file(void)
|
||||
{
|
||||
char buf[SIZE]={0};
|
||||
char *p;
|
||||
|
||||
Reference in New Issue
Block a user