From 8e7ea318909924d3047da1aa6334d4c86e999b28 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 22 Feb 2024 05:32:33 +0000 Subject: build system: if supported, add -Wpedantic to --strict cflags. --- sofort/ccenv/ccswitch.strs | 1 + 1 file changed, 1 insertion(+) (limited to 'sofort') diff --git a/sofort/ccenv/ccswitch.strs b/sofort/ccenv/ccswitch.strs index 0a76f03..277e02e 100644 --- a/sofort/ccenv/ccswitch.strs +++ b/sofort/ccenv/ccswitch.strs @@ -34,6 +34,7 @@ -Werror -Wextra -Wundef +-Wpedantic # debugging -g -- cgit v1.2.3