suppress warnings on imported code

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10150 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty 2004-11-22 03:03:35 +00:00
parent d0ff798a58
commit 9e17ced40d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
SubDir OBOS_TOP src apps bin sed-4.0.9 lib ;
SubDirCcFlags -DHAVE_CONFIG_H ;
SubDirCcFlags -DHAVE_CONFIG_H -w ;
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
StaticLibrary sed :

View File

@ -5,6 +5,6 @@ SubDirHdrs $(OBOS_TOP) headers ;
KernelMergeObject posix_gnu_regex.o :
<$(SOURCE_GRIST)>regex.c
:
-fPIC -DPIC
-fPIC -DPIC -w
;