[cmake] reenable -Wlanguage-extension-token
since the offending macros are now silenced reenable the warning so we are warned about unintentional use of extensions.
This commit is contained in:
parent
8abf9cbe7c
commit
b73befd677
@ -43,7 +43,6 @@ if (ENABLE_WARNING_VERBOSE)
|
|||||||
-Wno-reserved-identifier
|
-Wno-reserved-identifier
|
||||||
-Wno-covered-switch-default
|
-Wno-covered-switch-default
|
||||||
-Wno-disabled-macro-expansion
|
-Wno-disabled-macro-expansion
|
||||||
-Wno-language-extension-token
|
|
||||||
-Wno-ctad-maybe-unsupported
|
-Wno-ctad-maybe-unsupported
|
||||||
-Wno-c++98-compat
|
-Wno-c++98-compat
|
||||||
-Wno-c++98-compat-pedantic
|
-Wno-c++98-compat-pedantic
|
||||||
|
@ -43,7 +43,6 @@ if (ENABLE_WARNING_VERBOSE)
|
|||||||
-Wno-reserved-identifier
|
-Wno-reserved-identifier
|
||||||
-Wno-covered-switch-default
|
-Wno-covered-switch-default
|
||||||
-Wno-disabled-macro-expansion
|
-Wno-disabled-macro-expansion
|
||||||
-Wno-language-extension-token
|
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user