From: Debian Science Maintainers Date: Tue, 4 Dec 2012 12:32:20 +0000 (+0000) Subject: no_wcast-align X-Git-Tag: archive/raspbian/0.9.90-1+rpi1~1^2^2^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7a57f723c3f849c299c336600324dcd4e15fe500;p=kbibtex.git no_wcast-align Gbp-Pq: Name no_wcast-align --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 0342839..526299a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ set(MANDIR "share/man" CACHE STRING "Where to install manpages") find_package( Qt4 REQUIRED ) find_package( KDE4 REQUIRED ) +string(REPLACE "-Wcast-align" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) # FIXME may have to be cleaned up a little bit # Contributed by Jeremy Cribb