Suppress some compiler warnings
This commit is contained in:
parent
23d742bf06
commit
29b456ae07
6 changed files with 65 additions and 54 deletions
|
|
@ -5,6 +5,10 @@
|
|||
#define MARLIN_H
|
||||
|
||||
#define FORCE_INLINE __attribute__((always_inline)) inline
|
||||
/**
|
||||
* Compiler warning on unused varable.
|
||||
*/
|
||||
#define UNUSED(x) (void) (x)
|
||||
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue