aboutsummaryrefslogtreecommitdiffstats
path: root/.builds
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2021-08-05 12:44:41 +0100
committerTomasz Kramkowski <tk@the-tk.com>2021-08-05 12:52:34 +0100
commit07ed3ac992d5086dcd47273236ad72e496d9620f (patch)
tree50317b83a0bda7e954cbb51a0894c40a9f06bcc5 /.builds
parent0521e115b2230852135db5cc8bbf9022443a95c4 (diff)
downloadpack-07ed3ac992d5086dcd47273236ad72e496d9620f.tar.gz
pack-07ed3ac992d5086dcd47273236ad72e496d9620f.tar.xz
pack-07ed3ac992d5086dcd47273236ad72e496d9620f.zip
Separate gcc specific warnings
Diffstat (limited to '.builds')
-rw-r--r--.builds/alpine.yml2
-rw-r--r--.builds/archlinux.yml2
-rw-r--r--.builds/freebsd.yml2
-rw-r--r--.builds/openbsd.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index db377d8..94e2e7a 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -11,7 +11,7 @@ tasks:
cd pack
curl -O 'https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do'
chmod +x do
- ./configure -vw
+ ./configure -Wgcc -v
- build: |
cd pack
./do
diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml
index 10688f1..05f3864 100644
--- a/.builds/archlinux.yml
+++ b/.builds/archlinux.yml
@@ -12,7 +12,7 @@ tasks:
cd pack
curl -O 'https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do'
chmod +x do
- ./configure -wve
+ ./configure -Wgcc -v
- build: |
cd pack
./do
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index e419fb6..b163775 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -9,7 +9,7 @@ tasks:
cd pack
curl -O 'https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do'
chmod +x do
- ./configure -vw -B-lm
+ ./configure -Wclang -v -B-lm
- build: |
cd pack
./do
diff --git a/.builds/openbsd.yml b/.builds/openbsd.yml
index 0f52f63..a3032ed 100644
--- a/.builds/openbsd.yml
+++ b/.builds/openbsd.yml
@@ -8,7 +8,7 @@ tasks:
cd pack
ftp 'https://raw.githubusercontent.com/apenwarr/redo/redo-0.42d/minimal/do'
chmod +x do
- ./configure -vw -B-lm
+ ./configure -Wclang -v -B-lm
- build: |
cd pack
./do