diff options
Diffstat (limited to '')
-rw-r--r-- | include/iso646.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/iso646.h b/include/iso646.h index 20d2b5a..557b0a8 100644 --- a/include/iso646.h +++ b/include/iso646.h @@ -19,7 +19,9 @@ #define _ISO646_H #include <slibc/version.h> +#ifndef _SLIBC_SUPPRESS_WARNINGS # warning "Please consider not using <iso646.h>, is really not good for readability." +#endif |