aboutsummaryrefslogtreecommitdiffstats
path: root/include/iso646.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-08-29 22:48:48 +0200
committerMattias Andrée <maandree@operamail.com>2015-08-29 22:49:39 +0200
commit9a6d9ce13c97f8b76afdf2903150d7dd0b3eb3ef (patch)
tree09550c32fdad6a319c13327ea01006658f4c2472 /include/iso646.h
parentwhitespace (diff)
downloadslibc-9a6d9ce13c97f8b76afdf2903150d7dd0b3eb3ef.tar.gz
slibc-9a6d9ce13c97f8b76afdf2903150d7dd0b3eb3ef.tar.bz2
slibc-9a6d9ce13c97f8b76afdf2903150d7dd0b3eb3ef.tar.xz
add err.h + add _SLIBC_SUPPRESS_WARNINGS
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--include/iso646.h2
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