mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
travis: turn on errors for some serious compiler warnings
See
2e38cf2a4b (commitcomment-20563617)
This commit is contained in:
@@ -13,6 +13,8 @@ matrix:
|
|||||||
- gettext
|
- gettext
|
||||||
- libncurses5-dev
|
- libncurses5-dev
|
||||||
- libpcre2-dev
|
- libpcre2-dev
|
||||||
|
env:
|
||||||
|
- CXXFLAGS="-g -O2 -Werror=address"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
addons:
|
addons:
|
||||||
@@ -23,7 +25,7 @@ matrix:
|
|||||||
- lib32ncurses5-dev
|
- lib32ncurses5-dev
|
||||||
- g++-multilib
|
- g++-multilib
|
||||||
env:
|
env:
|
||||||
- CXXFLAGS="-g -O2 -m32" CFLAGS="-g -m32"
|
- CXXFLAGS="-g -O2 -m32 -Werror=address" CFLAGS="-g -m32"
|
||||||
- os: linux
|
- os: linux
|
||||||
compiler: clang
|
compiler: clang
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user