1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2025-02-26 19:54:14 +01:00

Silence warnings from upstream SDK updates

(cherry picked from commit 21ae73ce72842f442e11cb468210da4591dbf5cb)
(cherry picked from commit 117ba23eb19580c64ff7f9e1ae683d8a17c4f858)
This commit is contained in:
Nicholas Hastings 2025-02-19 20:18:16 -05:00
parent 2165f730f2
commit 3e75d43499

View File

@ -193,6 +193,8 @@ class MMSConfig(object):
'-Wno-uninitialized', '-Wno-uninitialized',
'-Wno-unused', '-Wno-unused',
'-Wno-switch', '-Wno-switch',
'-Wno-unknown-pragmas',
'-Wno-dangling-else',
'-msse', '-msse',
'-fPIC', '-fPIC',
] ]