mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 802409: Mark a bunch of /image subdirectories as FAIL_ON_WARNINGS. r=joe
This commit is contained in:
parent
fc1063f503
commit
155b4147de
@ -17,6 +17,7 @@ IS_COMPONENT = 1
|
||||
MODULE_NAME = nsImageLib2Module
|
||||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
CPPSRCS = \
|
||||
nsImageModule.cpp \
|
||||
|
@ -13,6 +13,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = imgicon
|
||||
LIBRARY_NAME = imgicongtk_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
CPPSRCS = nsIconChannel.cpp
|
||||
|
||||
|
@ -12,6 +12,7 @@ include $(DEPTH)/config/autoconf.mk
|
||||
MODULE = imgicon
|
||||
LIBRARY_NAME = imgiconmac_s
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
|
||||
CMMSRCS = nsIconChannelCocoa.mm
|
||||
|
@ -14,6 +14,7 @@ LIBRARY_NAME = imgbmpe_s
|
||||
FORCE_STATIC_LIB = 1
|
||||
MODULE_NAME = imgEncoderBMPModule
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
LOCAL_INCLUDES += -I$(topsrcdir)/image/src/
|
||||
|
||||
|
@ -14,6 +14,7 @@ LIBRARY_NAME = imgicoe_s
|
||||
FORCE_STATIC_LIB = 1
|
||||
MODULE_NAME = imgEncoderICOModule
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
# Decoders need RasterImage.h
|
||||
LOCAL_INCLUDES += -I$(topsrcdir)/image/src/
|
||||
|
@ -14,6 +14,7 @@ LIBRARY_NAME = imgjpege_s
|
||||
FORCE_STATIC_LIB = 1
|
||||
MODULE_NAME = imgEncoderJPEGModule
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
CPPSRCS = nsJPEGEncoder.cpp
|
||||
|
||||
|
@ -14,6 +14,7 @@ LIBRARY_NAME = imgpnge_s
|
||||
FORCE_STATIC_LIB = 1
|
||||
MODULE_NAME = imgEncoderPNGModule
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
DEFINES += -DMOZ_PNG_WRITE \
|
||||
-DMOZ_PNG_READ \
|
||||
|
@ -16,6 +16,7 @@ FORCE_STATIC_LIB = 1
|
||||
MODULE_NAME = nsImageLib2Module
|
||||
GRE_MODULE = 1
|
||||
LIBXUL_LIBRARY = 1
|
||||
FAIL_ON_WARNINGS = 1
|
||||
|
||||
|
||||
EXPORTS = imgLoader.h \
|
||||
|
Loading…
Reference in New Issue
Block a user