Ignore:
Timestamp:
Sep 1, 2010, 10:11:15 PM (15 years ago)
Author:
dmik
Message:

make: We compile a lot of MSVC code with GCC so disable warnings that MSVC seems to silently tolerate.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk/jdk/make/common/Defs-os2.gmk

    r120 r133  
    113113GCC_WARNINGS    = -W -Wall $(GCC_STYLE) $(GCC_INHIBIT)
    114114
     115# We compile a lot of MSVC code which seems to silently tolerate this
     116GCC_WARNINGS += -Wno-sign-compare -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast
     117
    115118#
    116119# Treat compiler warnings as errors, if warnings not allowed
Note: See TracChangeset for help on using the changeset viewer.