Skip to content
Snippets Groups Projects
Commit 7c8fe711 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

We're now warning-free... enable -Werror for CI.

NOTE: CI does release builds, which means that -Wall is not enabled.
      WALL=1 could be added if we want that, but it's likely too
      soon to take that step.
parent 04e5b382
No related branches found
No related tags found
No related merge requests found
Pipeline #5695 passed
...@@ -10,7 +10,7 @@ spec: ...@@ -10,7 +10,7 @@ spec:
cross_platform: cross_platform:
default: 'no' default: 'no'
build_flags: build_flags:
default: 'RELEASE=1' default: 'RELEASE=1 WERROR=1'
no_javascript: no_javascript:
default: 'no' default: 'no'
has_curses: has_curses:
......
...@@ -22,7 +22,7 @@ include: ...@@ -22,7 +22,7 @@ include:
os: 'netbsd' os: 'netbsd'
platform: 'amd64' platform: 'amd64'
tagname: 'NetBSD' tagname: 'NetBSD'
build_flags: 'RELEASE=1 USE_SYSTEM_CURSES=1' build_flags: 'RELEASE=1 USE_SYSTEM_CURSES=1 WERROR=1'
- local: '.gitlab-ci-unix.yml' - local: '.gitlab-ci-unix.yml'
inputs: inputs:
os: 'freebsd' os: 'freebsd'
...@@ -34,7 +34,7 @@ include: ...@@ -34,7 +34,7 @@ include:
platform: 'x86' platform: 'x86'
tagname: 'FreeBSD' tagname: 'FreeBSD'
cross_platform: 'yes' cross_platform: 'yes'
build_flags: 'AR=mingw32-ar AS=mingw32-as CC=mingw32-gcc CXX=mingw32-g++ RANLIB=mingw32-ranlib WINDRES=mingw32-windres RELEASE=1' build_flags: 'AR=mingw32-ar AS=mingw32-as CC=mingw32-gcc CXX=mingw32-g++ RANLIB=mingw32-ranlib WINDRES=mingw32-windres RELEASE=1 WERROR=1'
no_javascript: 'yes' no_javascript: 'yes'
has_curses: 'no' has_curses: 'no'
- local: '.gitlab-ci-unix.yml' - local: '.gitlab-ci-unix.yml'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment