mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
qa.sh: Stop passing -Wno-long-long
.. since we have C99 and C++11 now: Both understand long long.
This commit is contained in:
parent
1bf3ddfdad
commit
9666cc5e38
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ populate_environment() {
|
|||
;;
|
||||
esac
|
||||
|
||||
: ${BASE_COMPILE_FLAGS:="-pipe -Wall -Wextra -pedantic -Wno-overlength-strings -Wno-long-long"}
|
||||
: ${BASE_COMPILE_FLAGS:="-pipe -Wall -Wextra -pedantic -Wno-overlength-strings"}
|
||||
: ${BASE_LINK_FLAGS:=}
|
||||
|
||||
if [[ ${QA_COMPILER} = clang ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue