From ad4dbf5e1363023f082e561aaf7a93c1859c67d9 Mon Sep 17 00:00:00 2001 From: Alexander Batischev Date: Sat, 17 Feb 2024 23:52:14 +0300 Subject: [PATCH] CI: enable -Wpedantic in "More warnings and checks" jobs --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 38814311f..cacb467c5 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -142,7 +142,7 @@ task: cc: gcc-13 cxx: g++-13 env: &extra_warnings_and_checks_env - CXXFLAGS: "-D_GLIBCXX_ASSERTIONS -Wformat -Wformat-security -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -Wnull-dereference -Wdouble-promotion -O3" + CXXFLAGS: "-D_GLIBCXX_ASSERTIONS -Wformat -Wformat-security -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -Wnull-dereference -Wdouble-promotion -O3 -Wpedantic" - name: Clang 17, more warnings and checks (Ubuntu 23.10) container: greedy: true