1
0
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:
Bruno Haible
2017-04-22 14:43:23 +02:00
parent 9c84fea634
commit d44db1a87a
2 changed files with 8 additions and 0 deletions
+6
View File
@@ -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.
+2
View File
@@ -30,6 +30,8 @@ main (void)
case LOCK_NB:
case LOCK_UN:
;
default:
;
}
return 0;
}