Skip to content

Commit

Permalink
uwsgiconfig: add -Wformat-signedness
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Dec 28, 2023
1 parent eb47ac2 commit a6f841f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uwsgiconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit a6f841f

Please sign in to comment.