STYLE: suppress warnings for borland
This commit is contained in:
parent
89b431e8ac
commit
fc9e6c6e5c
|
@ -37,6 +37,7 @@
|
||||||
# pragma warn -8030 /* Temporary used for parameter */
|
# pragma warn -8030 /* Temporary used for parameter */
|
||||||
# pragma warn -8027 /* 'for' not inlined. */
|
# pragma warn -8027 /* 'for' not inlined. */
|
||||||
# pragma warn -8026 /* 'exception' not inlined. */
|
# pragma warn -8026 /* 'exception' not inlined. */
|
||||||
|
# pragma warn -8004 /* value never used */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __ICL
|
#ifdef __ICL
|
||||||
|
|
Loading…
Reference in New Issue