Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2004-03-06 00:29:34 +0300
committerKent Mein <mein@cs.umn.edu>2004-03-06 00:29:34 +0300
commit8a7110a19a2eb753c1a4cc8117e7da763a959bf0 (patch)
tree2f7c13978c67c7de15bce6e1ffa734a2c03a1194 /source/nan_warn.mk
parentb5fef06a953b468fc171f7a93168eed9da92dee8 (diff)
removed -Wbad-function-cast -Wmissing-declarations -Wnested-externs
from LEVEL_2_CPP_WARNINGS since they aren't valid for c++ (Note they are still in the LEVEL_2_C_WARNINGS) Kent
Diffstat (limited to 'source/nan_warn.mk')
-rw-r--r--source/nan_warn.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/nan_warn.mk b/source/nan_warn.mk
index 072620d24ab..66a3fa01745 100644
--- a/source/nan_warn.mk
+++ b/source/nan_warn.mk
@@ -134,14 +134,11 @@ ifeq ($(CCC),g++)
# deliberately enable char-subscript warnings
LEVEL_2_CPP_WARNINGS += -Wshadow
LEVEL_2_CPP_WARNINGS += -Wpointer-arith
- LEVEL_2_CPP_WARNINGS += -Wbad-function-cast
LEVEL_2_CPP_WARNINGS += -Wcast-qual
LEVEL_2_CPP_WARNINGS += -Wcast-align
# deliberately disable aggregate-return warnings
LEVEL_2_CPP_WARNINGS += -Wstrict-prototypes
LEVEL_2_CPP_WARNINGS += -Wmissing-prototypes
- LEVEL_2_CPP_WARNINGS += -Wmissing-declarations
- LEVEL_2_CPP_WARNINGS += -Wnested-externs
LEVEL_2_CPP_WARNINGS += -Wredundant-decls
LEVEL_2_CPP_WARNINGS += -Wreorder
LEVEL_2_CPP_WARNINGS += -Wctor-dtor-privacy