Notifying user if no flags come from extra conf
This commit is contained in:
parent
1c1fb47d7e
commit
19a5bf0500
@ -64,6 +64,9 @@ class Flags( object ):
|
||||
return None
|
||||
|
||||
flags = list( results[ 'flags' ] )
|
||||
if not flags:
|
||||
return None
|
||||
|
||||
if add_special_clang_flags:
|
||||
flags += self.special_clang_flags
|
||||
sanitized_flags = PrepareFlagsForClang( flags, filename )
|
||||
|
Loading…
x
Reference in New Issue
Block a user