suppress warnings for imported code
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10136 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,7 +5,7 @@ UseLibraryHeaders zlib ;
|
|||||||
# Include BaseTranslator code from shared directory
|
# Include BaseTranslator code from shared directory
|
||||||
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons translators shared ] ;
|
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons translators shared ] ;
|
||||||
|
|
||||||
Translator TIFFTranslator :
|
local tiff_files =
|
||||||
# libtiff
|
# libtiff
|
||||||
tif_aux.c
|
tif_aux.c
|
||||||
tif_close.c
|
tif_close.c
|
||||||
@@ -40,6 +40,13 @@ Translator TIFFTranslator :
|
|||||||
tif_warning.c
|
tif_warning.c
|
||||||
tif_write.c
|
tif_write.c
|
||||||
tif_zip.c
|
tif_zip.c
|
||||||
|
;
|
||||||
|
|
||||||
|
Objects $(tiff_files) ;
|
||||||
|
ObjectCcFlags [ FGristFiles $(tiff_files:S=$(SUFOBJ)) ] : -w ;
|
||||||
|
|
||||||
|
Translator TIFFTranslator :
|
||||||
|
[ FGristFiles $(tiff_files:S=$(SUFOBJ)) ]
|
||||||
|
|
||||||
# shared classes
|
# shared classes
|
||||||
BaseTranslator.cpp
|
BaseTranslator.cpp
|
||||||
|
|||||||
Reference in New Issue
Block a user