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:
Ville Syrjälä 2019-03-19 17:09:43 +02:00
parent 070fb84ecf
commit fbe15cf431
1 changed files with 1 additions and 0 deletions

View File

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