Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6253036

Remove use of COMPILER_WARNING_LEVEL=0 in favor of COMPILER_WARNINGS_FATAL=false

XMLWordPrintable

    • b32
    • generic
    • generic

      Some makefiles have used COMPILER_WARNING_LEVEL=0 in favor of COMPILER_WARNINGS_FATAL=false
      which means we never even see the warning errors.
      This was done because on Windows the default was to treat all warnings as fatal.
      This changed and we should see the warnings all the time now.

      If a Makefile wants to make sure it always builds regardless of warnings then it should
      use COMPILER_WARNINGS_FATAL=false.

      Also see 6207938
      ###@###.### 2005-04-10 20:48:03 GMT

            ohair Kelly Ohair (Inactive)
            ohair Kelly Ohair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: