]> git.ipfire.org Git - thirdparty/libbsd.git/commitdiff
Remove bogus deprecation warning from <getopt.h>
authorGuillem Jover <guillem@hadrons.org>
Wed, 21 Mar 2012 03:10:37 +0000 (04:10 +0100)
committerGuillem Jover <guillem@hadrons.org>
Tue, 29 May 2012 02:51:04 +0000 (04:51 +0200)
include/bsd/getopt.h

index 697f9407ae56b7bcc4f1716f5a740b9c3218c2f8..52a8f9c3da380c25cf0d8f08dff586c7516760c5 100644 (file)
@@ -31,7 +31,6 @@
 #include_next <getopt.h>
 #include <unistd.h>
 #else
-#warning "Deprecated header, use <bsd/unistd.h> or <unistd.h> with libbsd-overlay.pc instead."
 #include <getopt.h>
 #include <bsd/unistd.h>
 #endif