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:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-09-14 02:34:47 +0400
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-09-14 02:34:47 +0400
commitccf847585d3f075a16ca05ed41498c9e9e7ffb6a (patch)
tree251bfc1f378ae72cf44954e6b6bc4e7109c1eb71 /source/nan_warn.mk
parent492f6589c4857d207810f7b546817c2ae35184c8 (diff)
Make compiler easily to override (CC & CCC) and clean up whitespace.
Diffstat (limited to 'source/nan_warn.mk')
-rw-r--r--source/nan_warn.mk23
1 files changed, 11 insertions, 12 deletions
diff --git a/source/nan_warn.mk b/source/nan_warn.mk
index 5841cdf5908..b685c13604d 100644
--- a/source/nan_warn.mk
+++ b/source/nan_warn.mk
@@ -52,16 +52,15 @@ else
#
# Irix warning info
#
- # 1001 # the source file does not end w/ a newline
- # 1110 # unreachable statement
- # 1201 # trailing comma in enums is nonstandard
- # 1209 # constant controlling expressions
- # 1355 # extra semicolon is ignored
- # 1424 # unreferenced template paramaters
- # 1681 # virtual function override
- # 3201 # unreferenced formal paramaters
+ # 1001 # the source file does not end w/ a newline
+ # 1110 # unreachable statement
+ # 1201 # trailing comma in enums is nonstandard
+ # 1209 # constant controlling expressions
+ # 1355 # extra semicolon is ignored
+ # 1424 # unreferenced template paramaters
+ # 1681 # virtual function override
+ # 3201 # unreferenced formal paramaters
#
-
LEVEL_1_C_WARNINGS = -fullwarn -woff 1001,1110,1201,1209,1355,1424,1681,3201
endif
endif
@@ -79,7 +78,7 @@ else
ifeq ($(CCC),CC)
ifeq ($(OS),irix)
# MIPSpro Compilers
- # see warning descriptions above
+ # see warning descriptions above
LEVEL_1_CPP_WARNINGS = -woff 1001,1110,1201,1209,1355,1424,1681,3201
endif
endif
@@ -111,7 +110,7 @@ else
ifeq ($(CC),cc)
ifeq ($(OS),irix)
# MIPSpro Compilers
- # see warning descriptions above
+ # see warning descriptions above
LEVEL_2_C_WARNINGS = -fullwarn -woff 1001,1209,1424,3201
endif
ifeq ($(OS),solaris)
@@ -148,7 +147,7 @@ else
ifeq ($(CCC),CC)
ifeq ($(OS),irix)
# MIPSpro Compilers
- # see warning descriptions above
+ # see warning descriptions above
LEVEL_2_CPP_WARNINGS = -fullwarn -woff 1209,1424,3201
endif
endif