3c504bb913
wireless_tools 29 redefines inline in iwlib.h as: #define inline inline __attribute__((always_inline)) which conflicts with POLYBAR_NS, which is defined as: #define POLYBAR_NS \ namespace polybar { \ inline namespace APP_VERSION_NAMESPACE { In version 30.pre9 this #define is moved into a source file and thus cannot conflict. The error only occurs when building with clang, so it seems gcc and clang handle this differently Fixes #1492 |
||
---|---|---|
.. | ||
adapters | ||
cairo | ||
components | ||
drawtypes | ||
events | ||
modules | ||
utils | ||
x11 | ||
CMakeLists.txt | ||
common.hpp | ||
debug.hpp | ||
errors.hpp | ||
settings.hpp.cmake | ||
version.hpp |