mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
check for declaration-after-statement on travis
This commit is contained in:
parent
5637a8df43
commit
b2ca8c0477
@ -31,7 +31,7 @@ before_install:
|
||||
|
||||
install:
|
||||
- ./configure --with-proxy --with-bot --with-perl=module --prefix=$HOME/irssi-build
|
||||
- make CFLAGS="-Wall -Werror"
|
||||
- make CFLAGS="-Wall -Werror -Werror=declaration-after-statement"
|
||||
- make install
|
||||
|
||||
before_script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user