supress warnings on imported code
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10155 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
SubDir OBOS_TOP src apps bin gzip ;
|
SubDir OBOS_TOP src apps bin gzip ;
|
||||||
|
|
||||||
|
SubDirCcFlags -w ;
|
||||||
|
|
||||||
BinCommand gzip :
|
BinCommand gzip :
|
||||||
gzip.c
|
gzip.c
|
||||||
zip.c
|
zip.c
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ SubDir OBOS_TOP src libs termcap ;
|
|||||||
|
|
||||||
# set some additional defines
|
# set some additional defines
|
||||||
{
|
{
|
||||||
SubDirCcFlags -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DTERMCAP_FILE=\'\"/etc/termcap\"\' ;
|
SubDirCcFlags -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DSTDC_HEADERS=1 -DTERMCAP_FILE=\'\"/etc/termcap\"\' -w ;
|
||||||
}
|
}
|
||||||
|
|
||||||
StaticLibrary termcap :
|
StaticLibrary termcap :
|
||||||
|
|||||||
Reference in New Issue
Block a user