From 0e398039174d75148d4bcf7242b9a6ec68662760 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Tue, 5 Apr 2005 14:32:35 +0000 Subject: Modified the warnings used (was using c++ warnings for c files) Kent --- source/blender/blenpluginapi/intern/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenpluginapi') 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 -- cgit v1.2.3