Kaydet (Commit) 8cf93e9d authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.10.56); FILE MERGED

2006/01/25 19:05:30 sb 1.10.56.5: RESYNC: (1.12-1.13); FILE MERGED
2005/11/09 10:34:31 sb 1.10.56.4: #i53898# CFLAGSWARN...: cleaned up and incorporated changes already made for unxlngi6.mk.
2005/11/07 17:20:34 pl 1.10.56.3: RESYNC: (1.11-1.12); FILE MERGED
2005/09/22 23:28:02 sb 1.10.56.2: RESYNC: (1.10-1.11); FILE MERGED
2005/08/29 11:48:52 sb 1.10.56.1: #i53898# Changed and extended CFLAGSDFTLWARN/CFLAGSWALL to CFLAGS{WARN|WALL|WERR}{CC|CXX}.
üst 91b99998
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
# #
# $RCSfile: unxlngs3904.mk,v $ # $RCSfile: unxlngs3904.mk,v $
# #
# $Revision: 1.13 $ # $Revision: 1.14 $
# #
# last change: $Author: obo $ $Date: 2006-01-20 10:51:30 $ # last change: $Author: hr $ $Date: 2006-06-19 17:16:09 $
# #
# The Contents of this file are made available subject to # The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -79,7 +79,6 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions ...@@ -79,7 +79,6 @@ CFLAGS_NO_EXCEPTIONS=-fno-exceptions
CFLAGSCXX= -fsigned-char -pipe -fno-rtti $(ARCH_FLAGS) CFLAGSCXX= -fsigned-char -pipe -fno-rtti $(ARCH_FLAGS)
#CFLAGSCXX= -fsigned-char -pipe #CFLAGSCXX= -fsigned-char -pipe
CFLAGSCXX+= -Wno-ctor-dtor-privacy
PICSWITCH:=-fPIC PICSWITCH:=-fPIC
# Compiler flags for compiling static object in single threaded environment with graphical user interface # Compiler flags for compiling static object in single threaded environment with graphical user interface
...@@ -113,11 +112,12 @@ CFLAGSNOOPT=-O0 ...@@ -113,11 +112,12 @@ CFLAGSNOOPT=-O0
# Compiler flags for describing the output path # Compiler flags for describing the output path
CFLAGSOUTOBJ=-o CFLAGSOUTOBJ=-o
# Enable all warnings CFLAGSWARNCC=
CFLAGSWALL=-Wall CFLAGSWARNCXX=$(CFLAGSWARNCC) -Wno-ctor-dtor-privacy
# -Wshadow does not work for C with nested uses of pthread_cleanup_push:
# Set default warn level CFLAGSWALLCC=-Wall -Wextra -Wendif-labels
CFLAGSDFLTWARN= CFLAGSWALLCXX=$(CFLAGSWALLCC) -Wshadow -Wno-ctor-dtor-privacy
CFLAGSWERRCC=-Werror
# switches for dynamic and static linking # switches for dynamic and static linking
STATIC = -Wl,-Bstatic STATIC = -Wl,-Bstatic
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment