diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/gnu-warnings/error-5 | 1 | ||||
-rw-r--r-- | config/gnu-warnings/error-general | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-warnings/error-5 b/config/gnu-warnings/error-5 index f7e1138..282ee3f 100644 --- a/config/gnu-warnings/error-5 +++ b/config/gnu-warnings/error-5 @@ -1,4 +1,5 @@ -Werror=incompatible-pointer-types +-Werror=int-conversion # # In GCC 4.4.7, the compiler gripes about shadowed global # declarations when a local variable uses the name of a diff --git a/config/gnu-warnings/error-general b/config/gnu-warnings/error-general index 31cc26c..a66d284 100644 --- a/config/gnu-warnings/error-general +++ b/config/gnu-warnings/error-general @@ -12,7 +12,6 @@ -Werror=pointer-sign -Werror=pointer-to-int-cast -Werror=int-to-pointer-cast --Werror=int-conversion -Werror=redundant-decls -Werror=strict-prototypes -Werror=switch |