mirror of
https://github.com/boostorg/iostreams.git
synced 2026-02-23 15:52:13 +00:00
rewrote borland pragmas to use warning number instead of command line option
[SVN r27115]
This commit is contained in:
@@ -13,8 +13,8 @@
|
||||
# pragma warning(disable:4244) // Conversion: possible loss of data.
|
||||
#else
|
||||
# if BOOST_WORKAROUND(__BORLANDC__, < 0x600)
|
||||
# pragma option push -w-ccc // Condition always true/false
|
||||
# pragma option push -wuse
|
||||
# pragma option push -w-8008 // Condition always true/false.
|
||||
# pragma option push -w8080 // identifier declared but never used.
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user