qa.sh: Stop passing -Wno-long-long

.. since we have C99 and C++11 now: Both understand long long.
This commit is contained in:
Sebastian Pipping 2023-09-21 21:32:28 +02:00
parent 1bf3ddfdad
commit 9666cc5e38

View file

@ -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