diff options
author | Brad King <brad.king@kitware.com> | 2020-05-27 12:33:39 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-05-27 12:33:39 (GMT) |
commit | 9c161cc2d0fcfe933e4f55d9c9e06fa80a3e30c4 (patch) | |
tree | 948092a8efea4b1c196f00da2a54310c32de6856 /Source/kwsys/RegularExpression.hxx.in | |
parent | 08f1ee1f5321f5eabfec7b0ce9f565e58cd590be (diff) | |
parent | c47501bcca7c5d47aa22478071a16fae5cef9c63 (diff) | |
download | CMake-9c161cc2d0fcfe933e4f55d9c9e06fa80a3e30c4.zip CMake-9c161cc2d0fcfe933e4f55d9c9e06fa80a3e30c4.tar.gz CMake-9c161cc2d0fcfe933e4f55d9c9e06fa80a3e30c4.tar.bz2 |
Merge branch 'upstream-KWSys' into update-kwsys
# By KWSys Upstream
* upstream-KWSys:
KWSys 2020-05-27 (a3263389)
Diffstat (limited to 'Source/kwsys/RegularExpression.hxx.in')
-rw-r--r-- | Source/kwsys/RegularExpression.hxx.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/kwsys/RegularExpression.hxx.in b/Source/kwsys/RegularExpression.hxx.in index d11db88..2709cde 100644 --- a/Source/kwsys/RegularExpression.hxx.in +++ b/Source/kwsys/RegularExpression.hxx.in @@ -26,12 +26,6 @@ #include <string> -/* Disable useless Borland warnings. KWSys tries not to force things - on its includers, but there is no choice here. */ -#if defined(__BORLANDC__) -# pragma warn - 8027 /* function not inlined. */ -#endif - namespace @KWSYS_NAMESPACE@ { // Forward declaration |