From a739adc541b534e8d265c62df6e7ce156aca37f8 Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
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/ccenv')

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