ccls/src/port.h

8 lines
123 B
C
Raw Normal View History

2018-01-15 16:57:47 +00:00
#pragma once
2018-01-15 17:23:51 +00:00
#if defined(__GNUC__)
2018-01-15 16:57:47 +00:00
#define ATTRIBUTE_UNUSED __attribute__((unused))
#else
#define ATTRIBUTE_UNUSED
#endif