From 9e17ced40da67e0f670115f17ad417d33c8ab353 Mon Sep 17 00:00:00 2001 From: shatty Date: Mon, 22 Nov 2004 03:03:35 +0000 Subject: [PATCH] suppress warnings on imported code git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10150 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/bin/sed-4.0.9/lib/Jamfile | 2 +- src/kernel/libroot/posix/glibc/regex/Jamfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps/bin/sed-4.0.9/lib/Jamfile b/src/apps/bin/sed-4.0.9/lib/Jamfile index 901f5d2c00..aee3d45662 100644 --- a/src/apps/bin/sed-4.0.9/lib/Jamfile +++ b/src/apps/bin/sed-4.0.9/lib/Jamfile @@ -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 : diff --git a/src/kernel/libroot/posix/glibc/regex/Jamfile b/src/kernel/libroot/posix/glibc/regex/Jamfile index f2452f8ea9..a0acd7f8fd 100644 --- a/src/kernel/libroot/posix/glibc/regex/Jamfile +++ b/src/kernel/libroot/posix/glibc/regex/Jamfile @@ -5,6 +5,6 @@ SubDirHdrs $(OBOS_TOP) headers ; KernelMergeObject posix_gnu_regex.o : <$(SOURCE_GRIST)>regex.c : - -fPIC -DPIC + -fPIC -DPIC -w ;