Bug #9534 2006-11-24 09:40
biplab
-Wall Option in project file of Borland C++ and DMD compiler
This bug adds one compiler option -Wall for Borland C++ 5.5.1 and Digital Mars D Compiler.
To reproduce the bug, click File -> New -> Project, select Console Application and later select Borland C++ 5.5 compiler. A default project with some code will be generated. Try building it, you'll get the following message.
Quote
:: === TestApp, Debug ===
:: Error E2075: Incorrect command line option: -Wall
:: === Build finished: 1 errors, 0 warnings ===
Borland compiler does not support -Wall option.
- Category
- Application::Editor
- Group
- Status
- Closed
- Close date
- 2006-11-25 17:07
- Assigned to
- mortenmacfly
History
mortenmacfly 2006-11-25 17:06
Fixed using patch #1656 and #1657 in SVN r3269. Tanks!