-
Bug
-
Resolution: Duplicate
-
P4
-
11
-
None
On Solaris, we always want to compile with -errtags since it gives more information on warnings and errors. Currently we add this flag together with warnings as error flags. Because of this, if you disable warnings as errors, you also lose the errtags, which in turn makes it harder to identify and work with the warnings.
We need a global flags variable with compiler flags that should be always used. Like -nologo with Visual Studio and now errtags with solstudio.
We need a global flags variable with compiler flags that should be always used. Like -nologo with Visual Studio and now errtags with solstudio.
- duplicates
-
JDK-8211029 Have a common set of enabled warnings for all native libraries
-
- Resolved
-