polybar/src
patrick96 3c504bb913 fix(build): remove side-effects of iwlib.h
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
2018-10-31 17:00:13 -07:00
..
adapters fix(build): remove side-effects of iwlib.h 2018-10-31 17:00:13 -07:00
cairo refactor(cairo): Cleanup 2017-01-25 23:37:13 +01:00
components fix(renderer): remove debug code, add comment 2018-10-04 15:52:03 +02:00
drawtypes refactor: Simplify if statements (#1381) 2018-08-14 23:31:44 +02:00
events refactor(signals): Avoid reinterpret_cast 2017-01-01 20:31:09 +01:00
modules feat(cpu): Add ramp-coreload-spacing (#1472) 2018-10-16 01:11:05 +02:00
utils fix(github): libcurl stuck at curl_easy_perform 2018-02-15 10:50:05 +01:00
x11 fix: Move return value of parse_layout_symbol 2018-10-16 11:05:14 -07:00
CMakeLists.txt refactor(builder): Add failing test for ellipsis 2018-07-22 14:02:15 -07:00
ipc.cpp refactor: Simplify if statements (#1381) 2018-08-14 23:31:44 +02:00
main.cpp fix(build): Build without xrm 2018-06-18 11:49:31 +02:00