mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-20 17:20:54 +00:00
Removed the -Wno-format compiler switch. We do want to get printf
format mismatch warnings.
This commit is contained in:
parent
6068e6d056
commit
2b38842e8d
@ -56,8 +56,8 @@ IMPL_STRATEGY =
|
||||
endif
|
||||
|
||||
ifdef NS_USE_GCC
|
||||
CC = gcc -Wall -Wno-format
|
||||
CCC = g++ -Wall -Wno-format
|
||||
CC = gcc -Wall
|
||||
CCC = g++ -Wall
|
||||
#
|
||||
# XXX
|
||||
# Temporary define for the Client; to be removed when binary release is used
|
||||
|
Loading…
x
Reference in New Issue
Block a user