diff options
Diffstat (limited to '')
| -rw-r--r-- | src/blind-kernel.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/blind-kernel.c b/src/blind-kernel.c index f30a023..7bf1a60 100644 --- a/src/blind-kernel.c +++ b/src/blind-kernel.c @@ -1,11 +1,6 @@ /* See LICENSE file for copyright and license details. */ #include "common.h" -#if defined(__GNUC__) && !defined(__clang__) -# pragma GCC diagnostic push -# pragma GCC diagnostic ignored "-Wunsafe-loop-optimizations" -#endif - USAGE("[-xyza] kernel [parameter] ...") #define SUBUSAGE(FORMAT) "usage: %s [-xyza] " FORMAT, argv0 |
