From f39e2f8b84971ef50f7b7f31cb996026c0da3076 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Fri, 21 Nov 2008 21:19:13 +0000 Subject: [PATCH] - Silence "'struct Foo' has virtual functions but non-virtual destructor" warnings for kernel32, as we don't allow warnings for this module. Needed for the coming header fixes, as system_header hides this warning. svn path=/trunk/; revision=37528 --- reactos/dll/win32/kernel32/kernel32.rbuild | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/dll/win32/kernel32/kernel32.rbuild b/reactos/dll/win32/kernel32/kernel32.rbuild index b935792ce96..1e374ef8a21 100644 --- a/reactos/dll/win32/kernel32/kernel32.rbuild +++ b/reactos/dll/win32/kernel32/kernel32.rbuild @@ -123,6 +123,7 @@ -fno-exceptions -fno-rtti + -Wno-non-virtual-dtor icustubs.cpp