1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

xray: fix compiler warning

This commit is contained in:
Daniel Krebs 2017-04-03 18:08:51 +02:00
parent 30021d5291
commit 8380e21463

View file

@ -28,7 +28,7 @@ extern "C" {
#endif
#define XRAY_NO_INSTRUMENT __attribute__((no_instrument_function))
#define XRAY_INLINE __attribute__((always_inline, no_instrument_function))
#define XRAY_INLINE __attribute__((always_inline, no_instrument_function)) inline
#if defined(XRAY)