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>2005-04-05 18:32:35 +0400
committerKent Mein <mein@cs.umn.edu>2005-04-05 18:32:35 +0400
commit0e398039174d75148d4bcf7242b9a6ec68662760 (patch)
tree595a22c67a7e04ebc2357f384443e2aef5b5204b /source/blender/blenpluginapi
parent6bfa7c8157497958c6e18eec0a4bc351203c926b (diff)
Modified the warnings used (was using c++ warnings for c files)
Kent
Diffstat (limited to 'source/blender/blenpluginapi')
-rw-r--r--source/blender/blenpluginapi/intern/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenpluginapi/intern/Makefile b/source/blender/blenpluginapi/intern/Makefile
index 732c419d626..00052d36cfd 100644
--- a/source/blender/blenpluginapi/intern/Makefile
+++ b/source/blender/blenpluginapi/intern/Makefile
@@ -44,7 +44,7 @@ ifeq ($(OS),$(findstring $(OS), "beos darwin freebsd linux openbsd solaris"))
CFLAGS += -shared
endif
-CPPFLAGS += $(LEVEL_2_CPP_WARNINGS)
+CFLAGS += $(LEVEL_1_C_WARNINGS)
# path to our own external headerfiles. On win2k this needs to be
# longer, to avoid the util.h include problem