jdk/make/sun/jpeg/Makefile
changeset 9206 d5ef646a0cca
parent 9205 9da0b52ce965
child 9210 f973306e1d07
equal deleted inserted replaced
9205:9da0b52ce965 9206:d5ef646a0cca
    72   # a register by optimized compiler and it's value might be lost on longjmp().
    72   # a register by optimized compiler and it's value might be lost on longjmp().
    73   # Recommended way to avoid such warning is to declare the variable as
    73   # Recommended way to avoid such warning is to declare the variable as
    74   # volatile to prevent the optimization. However, this approach does not
    74   # volatile to prevent the optimization. However, this approach does not
    75   # work because we have to declare all variables as volatile in result.
    75   # work because we have to declare all variables as volatile in result.
    76 
    76 
    77 #  OTHER_CFLAGS += -Wno-clobbered
    77   OTHER_CFLAGS += -Wno-clobbered
    78 endif
    78 endif
    79 
    79 
    80 include $(BUILDDIR)/common/Mapfile-vers.gmk
    80 include $(BUILDDIR)/common/Mapfile-vers.gmk
    81 include $(BUILDDIR)/common/Library.gmk
    81 include $(BUILDDIR)/common/Library.gmk
    82 
    82