This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 187896 - "More warnings" (-Wall) should be the default
Summary: "More warnings" (-Wall) should be the default
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Toolchain (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-21 15:19 UTC by nplatis
Modified: 2010-06-21 15:19 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nplatis 2010-06-21 15:19:59 UTC
At least for the "Debug" configurations, the build tools should default to "More warnings" which corresponds to "-Wall" for GCC and co.

This option is known to prevent various kinds of unintended bugs and would probably be useful even for "Release" configurations.