diff options
-rw-r--r-- | etc/defaults/CC/TARGETS.git2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/CC/TARGETS.git2 b/etc/defaults/CC/TARGETS.git2 index fd066532..4af906a1 100644 --- a/etc/defaults/CC/TARGETS.git2 +++ b/etc/defaults/CC/TARGETS.git2 @@ -70,7 +70,6 @@ , "-Wno-unused-but-set-variable" , "-Wno-unused-but-set-parameter" , "-Wno-single-bit-bitfield-constant-conversion" - , "-Wno-unknown-warning-option" ] , "gnu": ["-Wno-dangling-pointer"] } @@ -91,6 +90,7 @@ , "-Wno-unused-parameter" , "-Wno-uninitialized" , "-Wno-array-parameter" + , "-Wno-unknown-warning-option" ] ] } |