Ignore:
Timestamp:
Feb 21, 2012, 9:24:37 PM (13 years ago)
Author:
dmik
Message:

jdk: Fix a bunch of warnings.

GCC is more strict than MSVC.

File:
1 edited

Legend:

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

    r310 r330  
    125125# We compile a lot of MSVC code which seems to silently tolerate this
    126126GCC_WARNINGS += -Wno-sign-compare
    127 GCC_WARNINGS_C += -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast
     127GCC_WARNINGS_C += -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -Wno-missing-field-initializers
    128128GCC_WARNINGS_CXX += -Wno-write-strings
    129129
Note: See TracChangeset for help on using the changeset viewer.