diff options
Diffstat (limited to 'RegularExpression.hxx.in')
-rw-r--r-- | RegularExpression.hxx.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/RegularExpression.hxx.in b/RegularExpression.hxx.in index d11db88..2709cde 100644 --- a/RegularExpression.hxx.in +++ b/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 |