update to use fmt-based apis
Not complete, but a first big stab converting users of Mu::Error and various g_warning & friends, format to the new libfmt-based APIs.
This commit is contained in:
@ -55,6 +55,7 @@ extra_flags = [
|
||||
'-Wstack-protector',
|
||||
'-Wno-switch-enum',
|
||||
'-Wno-keyword-macro',
|
||||
'-Wno-volatile',
|
||||
'-Wno-#warnings']
|
||||
|
||||
if get_option('buildtype') == 'debug'
|
||||
|
||||
Reference in New Issue
Block a user