1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-27 05:23:39 -04:00
polybar/cmake
Dmitry Marakasov b23ff17dde Disable -Werror for parentheses-equality warning
This warning fires here:

/home/travis/build/jaagr/polybar/src/utils/command.cpp:135:46: error: equality comparison with extraneous parentheses [-Werror,-Wparentheses-equality]
    } else if ((((*(int *) &(m_forkstatus))) == 0xffff)) {
                ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~

and as this system macro cannot be changed, let's not turn this into an error
2017-07-05 17:17:58 +02:00
..
common refactor(cmake): Cleanup 2017-01-26 17:39:50 +01:00
modules refactor(cmake): Cleanup 2017-01-26 17:39:50 +01:00
templates install_manifest has a .txt extension 2017-02-25 11:01:19 +03:30
01-core.cmake Disable -Werror for parentheses-equality warning 2017-07-05 17:17:58 +02:00
02-opts.cmake fix(cmake): Debug check 2017-01-27 13:30:23 +01:00
03-libs.cmake fix(cmake): Require xcb-randr>=1.12 for monitors 2017-01-27 00:35:00 +01:00
04-targets.cmake refactor(cmake): Cleanup 2017-01-26 17:39:50 +01:00
05-summary.cmake Fix typo 2017-02-26 23:22:00 +01:00