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-09-01 16:09:22 +0400
committerKent Mein <mein@cs.umn.edu>2004-09-01 16:09:22 +0400
commite63db96a57762ba0aa0e208132d900a1e665e2ab (patch)
tree20f18758d7832739480882de59ced4630f3a9b25 /source/nan_warn.mk
parent2e0380f365a9b88ddeddc9203842d267bd54d9c5 (diff)
I removed the following:
LEVEL_2_CPP_WARNINGS += -Wstrict-prototypes LEVEL_2_CPP_WARNINGS += -Wmissing-prototypes Every version of g++ i've used has stated these two were not for g++ but for c or objectivec. Kent
Diffstat (limited to 'source/nan_warn.mk')
-rw-r--r--source/nan_warn.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/nan_warn.mk b/source/nan_warn.mk
index 66a3fa01745..a80066872ff 100644
--- a/source/nan_warn.mk
+++ b/source/nan_warn.mk
@@ -137,8 +137,6 @@ ifeq ($(CCC),g++)
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 += -Wredundant-decls
LEVEL_2_CPP_WARNINGS += -Wreorder
LEVEL_2_CPP_WARNINGS += -Wctor-dtor-privacy