Summary: | make it compile with -Werror -std=c++11 | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Alin M Elena <alinm.elena> |
Component: | general | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | wishlist | CC: | mklapetek |
Priority: | NOR | ||
Version: | git-latest | ||
Target Milestone: | Future | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Bug Depends on: | 316318, 316320 | ||
Bug Blocks: |
Description
Alin M Elena
2013-03-07 15:24:34 UTC
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. |