summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ace/pre.h2
-rw-r--r--include/makeinclude/compiler.bor4
2 files changed, 3 insertions, 3 deletions
diff --git a/ace/pre.h b/ace/pre.h
index de00998dc96..07cbfe6716d 100644
--- a/ace/pre.h
+++ b/ace/pre.h
@@ -21,7 +21,7 @@
# pragma warning (disable:4103)
# pragma pack (push, 8)
#elif defined (__BORLANDC__)
-# pragma option push -a8 -b -Ve- -Vx- -w-rvl -w-rch -w-par -w-ccc -w-obs -w-aus -w-pia -w-inl -w-sig
+# pragma option push -a8 -b -Ve- -Vx- -w-rvl -w-rch -w-ccc -w-obs -w-aus -w-pia -w-inl -w-sig
# pragma nopushoptwarn
# pragma nopackwarning
#endif
diff --git a/include/makeinclude/compiler.bor b/include/makeinclude/compiler.bor
index 734e742390c..745dd5fafeb 100644
--- a/include/makeinclude/compiler.bor
+++ b/include/makeinclude/compiler.bor
@@ -1,6 +1,6 @@
#
# Defines specific to a particular version of the compiler
-#
+#
# Inputs:
# ~~~~~~~
# STATIC - if defined means creating a static library or executable
@@ -64,7 +64,7 @@ CODEGUARD_CFLAGS = -vG
!endif
THREAD_CFLAGS = -D_MT -tWM
-WARNINGS_CFLAGS = -w-rvl -w-rch -w-par -w-ccc -w-obs -w-aus -w-pia -w-inl
+WARNINGS_CFLAGS = -w-rvl -w-rch -w-ccc -w-obs -w-aus -w-pia -w-inl
DEFINES_CFLAGS = -DWIN32;_NO_VCL
QUIET_CFLAGS = -q
MISC_CFLAGS = -a8 -b