diff options
| author | Ahmad Samir <a.samirh78@gmail.com> | 2022-06-15 16:45:57 +0200 | 
|---|---|---|
| committer | Ahmad Samir <a.samirh78@gmail.com> | 2022-06-15 16:45:57 +0200 | 
| commit | aa022e06ac7727560ffc2478352a79953787883e (patch) | |
| tree | 95fdfb5b65d48a1dec1cce9a4a8a5cca2bd0f291 | |
| parent | 25bbb2a4776d36b542857709bb0448a7ea030b59 (diff) | |
| download | extra-cmake-modules-aa022e06ac7727560ffc2478352a79953787883e.tar.gz extra-cmake-modules-aa022e06ac7727560ffc2478352a79953787883e.tar.bz2  | |
Document addition of -Werror=undef
| -rw-r--r-- | kde-modules/KDECompilerSettings.cmake | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/kde-modules/KDECompilerSettings.cmake b/kde-modules/KDECompilerSettings.cmake index 76ce357b..cf551ca2 100644 --- a/kde-modules/KDECompilerSettings.cmake +++ b/kde-modules/KDECompilerSettings.cmake @@ -89,6 +89,8 @@ The following C++ compiler flags are set:    before including this module (default is ``FALSE`` for    ``KDE_COMPILERSETTINGS_LEVEL`` >= 5.85, ``TRUE`` otherwise). +- ``-Werror=undef`` (GNU and Clang compilers, since 5.96.0) +  - Qt related preprocessor definitions (since 5.85.0):    - ``-DQT_NO_CAST_TO_ASCII``  | 
