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:
parent
41e0a8a89a
commit
d68a1a0505
@ -1,5 +1,7 @@
|
||||
SubDir OBOS_TOP src apps bin gzip ;
|
||||
|
||||
SubDirCcFlags -w ;
|
||||
|
||||
BinCommand gzip :
|
||||
gzip.c
|
||||
zip.c
|
||||
|
@ -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 :
|
||||
|
Loading…
Reference in New Issue
Block a user