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:
parent
3d4c7156c5
commit
202669bf0c
@ -5,7 +5,7 @@ UseLibraryHeaders zlib ;
|
||||
# Include BaseTranslator code from shared directory
|
||||
SEARCH_SOURCE += [ FDirName $(OBOS_TOP) src add-ons translators shared ] ;
|
||||
|
||||
Translator TIFFTranslator :
|
||||
local tiff_files =
|
||||
# libtiff
|
||||
tif_aux.c
|
||||
tif_close.c
|
||||
@ -40,6 +40,13 @@ Translator TIFFTranslator :
|
||||
tif_warning.c
|
||||
tif_write.c
|
||||
tif_zip.c
|
||||
;
|
||||
|
||||
Objects $(tiff_files) ;
|
||||
ObjectCcFlags [ FGristFiles $(tiff_files:S=$(SUFOBJ)) ] : -w ;
|
||||
|
||||
Translator TIFFTranslator :
|
||||
[ FGristFiles $(tiff_files:S=$(SUFOBJ)) ]
|
||||
|
||||
# shared classes
|
||||
BaseTranslator.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user