diff --git a/scripts/waifulib/fwgslib.py b/scripts/waifulib/fwgslib.py index 3b64cea..5bab6a9 100644 --- a/scripts/waifulib/fwgslib.py +++ b/scripts/waifulib/fwgslib.py @@ -48,7 +48,7 @@ def get_flags_by_type(flags, type, compiler): return out @Configure.conf -def filter_flags(conf, flags, required_flags = [], checkfunc, checkarg, compiler): +def filter_flags(conf, flags, required_flags, checkfunc, checkarg, compiler): conf.msg('Detecting supported flags for %s' % (compiler), '...') check_flags = required_flags