D14212: Enable warnings zero-as-null-pointer-constant & suggest-override
Friedrich W. H. Kossebau
noreply at phabricator.kde.org
Wed Jul 18 17:10:58 BST 2018
kossebau added inline comments.
INLINE COMMENTS
> CMakeLists.txt:142
> endif()
> -if (CMAKE_COMPILER_CXX_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
> +if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
> add_compile_flag_if_supported(-pedantic)
This typo fix would be done as separate commit. So far it had prevented -pedantic to be enabled with GCC :)
REPOSITORY
R32 KDevelop
REVISION DETAIL
https://phabricator.kde.org/D14212
To: kossebau, #kdevelop
Cc: kdevelop-devel, antismap, iodelay, vbspam, njensen, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20180718/aeb5baf7/attachment-0001.html>
More information about the KDevelop-devel
mailing list