mirror of
https://github.com/FAUSheppy/colorredstderr-mirror
synced 2025-12-10 00:48:33 +01:00
tests: Fix warnings about unused parameters.
This commit is contained in:
@@ -24,9 +24,11 @@
|
||||
#ifdef HAVE___ATTRIBUTE__
|
||||
# define noinline __attribute__((noinline))
|
||||
# define always_inline __attribute__((always_inline))
|
||||
# define unused __attribute__((unused))
|
||||
#else
|
||||
# define noinline
|
||||
# define always_inline
|
||||
# define unused
|
||||
#endif
|
||||
|
||||
/* Branch prediction information for the compiler. */
|
||||
|
||||
Reference in New Issue
Block a user