polybar-dwm/include/adapters
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
..
alsa Add FreeBSD Support (#931) 2018-03-21 23:35:10 +01:00
mpd.hpp feat(mpd): add support for MPD_TAG_ALBUM_ARTIST 2018-05-31 20:12:23 -07:00
net.hpp fix(build): remove side-effects of iwlib.h 2018-10-31 17:00:13 -07:00
pulseaudio.hpp fix(pulseaudio): fix max_volume naming 2018-05-05 10:57:01 +02:00