waifulib: fix syntax error

This commit is contained in:
Alibek Omarov 2019-10-11 06:52:20 +03:00
parent 56b5642af3
commit 94993276d1

View File

@ -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