[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:07:55 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=434befd

The following commit has been merged in the master branch:
commit 434befd689f182c581e0f7440d2e76dd97d47981
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Thu Dec 12 00:54:57 2013 +0100

    Remove -Werror flag
    
    It's too dangerous to have this in public repo, can very easily break
    build because of some 3rd-party headers with warnings in them.
    
    We should still test with this flag locally though, maybe even make it
    part of our pre-release checks.
---
 CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4b55d43..89d149c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -8,8 +8,6 @@ set (CMAKE_MODULE_PATH
 )
 cmake_policy(SET CMP0002 OLD)
 
-set(CMAKE_CXX_FLAGS "-Werror")
-
 set (KTP_VERSION "0.7.0")
 # Bump for every 0.x release, or whenever BC changes
 set (KTP_SONUMBER 6)

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list