mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
Added ${_COMPILER_PREFIX} to the -pedantic flags for Neutrino
This commit is contained in:
parent
92669e1cfa
commit
fa543c4203
@ -2421,8 +2421,8 @@ MOZ_ARG_DISABLE_BOOL(pedantic,
|
||||
[ --disable-pedantic Issue all warnings demanded by strict ANSI C ],
|
||||
_PEDANTIC= )
|
||||
if test "$_PEDANTIC"; then
|
||||
_WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} -pedantic"
|
||||
_WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} -pedantic"
|
||||
_WARNINGS_CFLAGS="${_WARNINGS_CFLAGS} ${_COMPILER_PREFIX}-pedantic"
|
||||
_WARNINGS_CXXFLAGS="${_WARNINGS_CXXFLAGS} ${_COMPILER_PREFIX}-pedantic"
|
||||
fi
|
||||
|
||||
dnl pass -Wno-long-long to the compiler
|
||||
|
Loading…
Reference in New Issue
Block a user