summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/SharedForward.h.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-01-12 15:55:49 (GMT)
committerBrad King <brad.king@kitware.com>2016-01-12 15:55:49 (GMT)
commit33cafa68b85b06c0a88105de24797df3fa44e551 (patch)
treefa62e694b0206c1f35f45ca14275821112442cd1 /Source/kwsys/SharedForward.h.in
parentb5009720d3020021f189570d72c099963795a5c5 (diff)
parentffcc235c7ee2528638fd2ae4029eabcd5b0f1042 (diff)
downloadCMake-33cafa68b85b06c0a88105de24797df3fa44e551.zip
CMake-33cafa68b85b06c0a88105de24797df3fa44e551.tar.gz
CMake-33cafa68b85b06c0a88105de24797df3fa44e551.tar.bz2
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys: KWSys 2016-01-11 (bc07fbf7)
Diffstat (limited to 'Source/kwsys/SharedForward.h.in')
-rw-r--r--Source/kwsys/SharedForward.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/kwsys/SharedForward.h.in b/Source/kwsys/SharedForward.h.in
index f22fa58..f80ef84 100644
--- a/Source/kwsys/SharedForward.h.in
+++ b/Source/kwsys/SharedForward.h.in
@@ -74,6 +74,12 @@
# endif
#endif
+#if defined(__BORLANDC__) && !defined(__cplusplus)
+ /* Code has no effect; raised by winnt.h in C (not C++) when ignoring an
+ unused parameter using "(param)" syntax (i.e. no cast to void). */
+# pragma warn -8019
+#endif
+
/*--------------------------------------------------------------------------*/
/* Full path to the directory in which this executable is built. Do