Kaydet (Commit) aaaeec55 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Enable -Wunused-macros

Change-Id: Ic37205ac7750ba0cad2f60309ae56b9c7a14d711
üst aa753f01
...@@ -67,6 +67,7 @@ gb_CFLAGS_COMMON := \ ...@@ -67,6 +67,7 @@ gb_CFLAGS_COMMON := \
-Wendif-labels \ -Wendif-labels \
-Wextra \ -Wextra \
-Wundef \ -Wundef \
-Wunused-macros \
-fmessage-length=0 \ -fmessage-length=0 \
-fno-common \ -fno-common \
-pipe \ -pipe \
...@@ -76,6 +77,7 @@ gb_CXXFLAGS_COMMON := \ ...@@ -76,6 +77,7 @@ gb_CXXFLAGS_COMMON := \
-Wendif-labels \ -Wendif-labels \
-Wextra \ -Wextra \
-Wundef \ -Wundef \
-Wunused-macros \
-fmessage-length=0 \ -fmessage-length=0 \
-fno-common \ -fno-common \
-pipe \ -pipe \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment