sna: Use -Wno-maybe-uninitialized
The compiler seems incapable of deducing whether something is used uninitialized or not. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
parent
070fb84ecf
commit
fbe15cf431
|
|
@ -132,6 +132,7 @@ sna = static_library('sna',
|
|||
'-Wno-unused-but-set-variable',
|
||||
'-Wno-expansion-to-defined',
|
||||
'-Wno-shift-negative-value',
|
||||
'-Wno-maybe-uninitialized',
|
||||
'-Wno-unused-parameter',
|
||||
'-Wno-unused-function',
|
||||
'-Wno-unused-variable',
|
||||
|
|
|
|||
Loading…
Reference in New Issue