Remove redundant assignment.
[oota-llvm.git] / Makefile.rules
index 7da2dc844a7e8114a78ea2872482f86c847d9888..c8c971f6b2810e5aa3d7942d0c7af35de5c85c22 100644 (file)
@@ -679,7 +679,7 @@ endif
 CompileCommonOpts += -Wall -W -Wno-unused-parameter -Wwrite-strings \
                      $(EXTRA_OPTIONS) $(COVERED_SWITCH_DEFAULT) \
                      $(NO_UNINITIALIZED) $(NO_MAYBE_UNINITIALIZED) \
-                     $(NO_MISSING_FIELD_INITIALIZERS)
+                     $(NO_MISSING_FIELD_INITIALIZERS) $(NO_COMMENT)
 # Enable cast-qual for C++; the workaround is to use const_cast.
 CXX.Flags += -Wcast-qual