From aa022e06ac7727560ffc2478352a79953787883e Mon Sep 17 00:00:00 2001 From: Ahmad Samir Date: Wed, 15 Jun 2022 16:45:57 +0200 Subject: Document addition of -Werror=undef --- kde-modules/KDECompilerSettings.cmake | 2 ++ 1 file changed, 2 insertions(+) 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`` -- cgit v1.2.1