summaryrefslogtreecommitdiff
path: root/cpp/demo/Ice/nested
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2015-02-03 10:04:58 -0330
committerDwayne Boone <dwayne@zeroc.com>2015-02-03 10:04:58 -0330
commit0c9eca09e0140dbdc6e954d8d1475cf99c52073d (patch)
tree674c29c884de6cb8a86f3ccabd2d1d69334133d4 /cpp/demo/Ice/nested
parentFixed compiler warning/error (diff)
downloadice-0c9eca09e0140dbdc6e954d8d1475cf99c52073d.tar.bz2
ice-0c9eca09e0140dbdc6e954d8d1475cf99c52073d.tar.xz
ice-0c9eca09e0140dbdc6e954d8d1475cf99c52073d.zip
ICE-5814 build linix/osx demos with high warning levels in git
Diffstat (limited to 'cpp/demo/Ice/nested')
-rw-r--r--cpp/demo/Ice/nested/Makefile4
-rw-r--r--cpp/demo/Ice/nested/Makefile.mak4
2 files changed, 8 insertions, 0 deletions
diff --git a/cpp/demo/Ice/nested/Makefile b/cpp/demo/Ice/nested/Makefile
index 79876af575c..f3455dd3619 100644
--- a/cpp/demo/Ice/nested/Makefile
+++ b/cpp/demo/Ice/nested/Makefile
@@ -9,6 +9,10 @@
top_srcdir = ../../..
+ifeq ($(shell test -f $(top_srcdir)/../.gitignore && echo 0),0)
+MAXWARN = yes
+endif
+
CLIENT = client
SERVER = server
diff --git a/cpp/demo/Ice/nested/Makefile.mak b/cpp/demo/Ice/nested/Makefile.mak
index ee5d182630f..5ecc41cbeed 100644
--- a/cpp/demo/Ice/nested/Makefile.mak
+++ b/cpp/demo/Ice/nested/Makefile.mak
@@ -9,6 +9,10 @@
top_srcdir = ..\..\..
+!if exist ($(top_srcdir)\..\.gitignore)
+MAXWARN = yes
+!endif
+
CLIENT = client.exe
SERVER = server.exe