From a6f841f2a9d58c2b3a3928f3f03d343c1ae2e996 Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Thu, 28 Dec 2023 11:53:45 +0100 Subject: [PATCH] uwsgiconfig: add -Wformat-signedness --- uwsgiconfig.py | 1 + 1 file changed, 1 insertion(+) diff --git a/uwsgiconfig.py b/uwsgiconfig.py index 26a5297a5..8fe31ccb1 100644 --- a/uwsgiconfig.py +++ b/uwsgiconfig.py @@ -684,6 +684,7 @@ def __init__(self, filename, mute=False): '-I.', '-Wall', '-Werror', + '-Wformat-signedness', '-Wno-error=deprecated-declarations', '-D_LARGEFILE_SOURCE', '-D_FILE_OFFSET_BITS=64'