-Wno-attributes -Wno-packed for mavlink

This commit is contained in:
Thomas Gubler 2014-12-28 23:22:34 +01:00
parent c583f1fe8b
commit ca97d0156c
1 changed files with 3 additions and 1 deletions

View File

@ -53,4 +53,6 @@ MAXOPTIMIZATION = -Os
MODULE_STACKSIZE = 1024
EXTRACXXFLAGS = -Weffc++
EXTRACXXFLAGS = -Weffc++ -Wno-attributes -Wno-packed
EXTRACFLAGS = -Wno-packed