make all ktp components compile with -Werror -std=c++11 Reproducible: Always
Agreed on the -Werror. Not really agreeing with enabling c++11 just yet. We'll do whatever kde-workspace does now.
Git commit dcd35958416c14624213fea0523d417c5afd3b7c by Martin Klapetek. Committed on 15/11/2013 at 09:57. Pushed by mklapetek into branch 'master'. Treat warnings as errors M +2 -0 CMakeLists.txt http://commits.kde.org/telepathy-common-internals/dcd35958416c14624213fea0523d417c5afd3b7c
I just got told by many people that including -Werror is evil and should never ever be done in public repos as the warnings may come from any headers we're using, which is currently the case of ktp-common-internals failing on QtGstreamer. Reverting the change then and closing as WONTFIX.