Changeset 133 for trunk/openjdk/jdk/make/common/Defs-os2.gmk
- Timestamp:
- Sep 1, 2010, 10:11:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk/jdk/make/common/Defs-os2.gmk
r120 r133 113 113 GCC_WARNINGS = -W -Wall $(GCC_STYLE) $(GCC_INHIBIT) 114 114 115 # We compile a lot of MSVC code which seems to silently tolerate this 116 GCC_WARNINGS += -Wno-sign-compare -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast 117 115 118 # 116 119 # Treat compiler warnings as errors, if warnings not allowed
Note:
See TracChangeset
for help on using the changeset viewer.