Menu

Commit [r963]  Maximize  Restore  History

Modified warning switches to match settings in .dproj file:

* Switched on "Explicit string cast with potential data loss", "Widening given AnsiChar constant to WideChar lost information" and "Widening given AnsiString constant lost information" warnings.
* Switched off "Platform symbol" warning.

delphidabbler 2010-11-08

changed /branches/new-backend/Tests/Src/DUnit/CSUnitTests.cfg
/branches/new-backend/Tests/Src/DUnit/CSUnitTests.cfg Diff Switch to side-by-side view
--- a/branches/new-backend/Tests/Src/DUnit/CSUnitTests.cfg
+++ b/branches/new-backend/Tests/Src/DUnit/CSUnitTests.cfg
@@ -36,3 +36,7 @@
 -O"..\..\Bin\DUnit"
 -I"..\..\Bin\DUnit"
 -R"..\..\Bin\DUnit"
+-w-SYMBOL_PLATFORM
+-w+EXPLICIT_STRING_CAST_LOSS
+-w+CVT_WIDENING_STRING_LOST
+-w+CVT_ACHAR_TO_WCHAR
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.