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:
shatty 2004-11-22 04:13:50 +00:00
parent 41e0a8a89a
commit d68a1a0505
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
SubDir OBOS_TOP src apps bin gzip ;
SubDirCcFlags -w ;
BinCommand gzip :
gzip.c
zip.c

View File

@ -2,7 +2,7 @@ SubDir OBOS_TOP src libs termcap ;
# 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 :