ccls/src/port.h

8 lines
146 B
C
Raw Normal View History

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