Removed compiler warnings.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7640 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
mahlzeit 2004-05-25 14:44:01 +00:00
parent d401e5be78
commit 7513f62a98

View File

@ -2,6 +2,10 @@ SubDir OBOS_TOP src tools rc ;
GENERATE_C++ on [ FGristFiles lexer.l parser.y ] = true ;
{
SubDirC++Flags -Wno-sign-compare -Wno-unused ;
}
SharedLibrary rdef : compile.cpp decompile.cpp lexer.l parser.y rdef.cpp : be ;
AbsSymLink <boot!home!config!lib>librdef.so : librdef.so
: /boot/home/config/lib : false ;