mavlink tests module: -Wno-attributes -Wno-packed

This was introduced in ca97d0156c07ad6cc09e4623140a7f47214946f5 / pull
1542 for the mavlink module
This commit is contained in:
Thomas Gubler 2014-12-31 08:31:07 +01:00
parent 75bff509c4
commit e0396ffab7

View File

@ -47,4 +47,6 @@ MODULE_STACKSIZE = 5000
MAXOPTIMIZATION = -Os
EXTRACXXFLAGS = -Weffc++ -DMAVLINK_FTP_UNIT_TEST
EXTRACXXFLAGS = -Weffc++ -DMAVLINK_FTP_UNIT_TEST -Wno-attributes -Wno-packed
EXTRACFLAGS = -Wno-packed