summaryrefslogtreecommitdiff
path: root/Makefile.rules
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-01-21 23:15:20 +0000
committerChris Lattner <sabre@nondot.org>2002-01-21 23:15:20 +0000
commit514fc3651bb751b1e17c2bd5d19465cf6b63d9de (patch)
treedc037f2198c952b9f431e0668b32ce8d49570338 /Makefile.rules
parent8efb9d733faa38cce0cc92719ed05ce7eaa06dd7 (diff)
downloadllvm-514fc3651bb751b1e17c2bd5d19465cf6b63d9de.tar.gz
llvm-514fc3651bb751b1e17c2bd5d19465cf6b63d9de.tar.bz2
llvm-514fc3651bb751b1e17c2bd5d19465cf6b63d9de.tar.xz
Reenable warning now that Chuck fixed GCC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1517 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Makefile.rules')
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index 72d9a32ed7..c83a55d52b 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -52,7 +52,7 @@ RunBurg = $(BURG) $(BURG_OPTS)
#Prof = -pg
# TODO: Get rid of exceptions! : -fno-exceptions -fno-rtti
-CompileCommonOpts = $(Prof) -Wall -W -Wwrite-strings -Wno-unused-parameter -Wno-missing-braces -I$(LEVEL)/include
+CompileCommonOpts = $(Prof) -Wall -W -Wwrite-strings -Wno-unused-parameter -I$(LEVEL)/include
# Compile a file, don't link...
Compile = $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $(CompileCommonOpts)