mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-01 02:34:55 +00:00
sys_file tests: Avoid warning.
* tests/test-sys_file.c (main): Add a default clause to the switch statement.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2017-04-22 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
sys_file tests: Avoid warning.
|
||||
* tests/test-sys_file.c (main): Add a default clause to the switch
|
||||
statement.
|
||||
|
||||
2017-04-22 Bruno Haible <bruno@clisp.org>
|
||||
|
||||
sethostname: Update doc.
|
||||
|
||||
@@ -30,6 +30,8 @@ main (void)
|
||||
case LOCK_NB:
|
||||
case LOCK_UN:
|
||||
;
|
||||
default:
|
||||
;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user