Skip to content

Commit 6750902

Browse files
committed
Github Actions: Use --enable-warnings=fatal
This enables more warnings and makes the build fail if they happen.
1 parent e98bd15 commit 6750902

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/autotools-clang-5.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sudo apt update
1515
sudo apt install mm-common clang-5.0
1616
export CXX=clang++-5.0
17-
./autogen.sh
17+
./autogen.sh --enable-warnings=fatal
1818
./configure
1919
make
2020
- name: Test

.github/workflows/autotools-clang-6.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sudo apt update
1515
sudo apt install mm-common clang-6.0
1616
export CXX=clang++-6.0
17-
./autogen.sh
17+
./autogen.sh --enable-warnings=fatal
1818
./configure
1919
make
2020
- name: Test

.github/workflows/autotools-clang-7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sudo apt update
1515
sudo apt install mm-common clang-7
1616
export CXX=clang++-7
17-
./autogen.sh
17+
./autogen.sh --enable-warnings=fatal
1818
./configure
1919
make
2020
- name: Test

.github/workflows/autotools-clang-8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
sudo apt update
1616
sudo apt install mm-common clang-8
1717
export CXX=clang++-8
18-
./autogen.sh
18+
./autogen.sh --enable-warnings=fatal
1919
./configure
2020
make
2121
- name: Test

.github/workflows/autotools-gcc-7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sudo apt update
1515
sudo apt install mm-common g++-7
1616
export CXX=g++-7
17-
./autogen.sh
17+
./autogen.sh --enable-warnings=fatal
1818
./configure
1919
make
2020
- name: Test

.github/workflows/autotools-gcc-8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
sudo apt update
1515
sudo apt install mm-common g++-8
1616
export CXX=g++-8
17-
./autogen.sh
17+
./autogen.sh --enable-warnings=fatal
1818
./configure
1919
make
2020
- name: Test

.github/workflows/autotools-gcc-9.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
sudo apt update
1616
sudo apt install mm-common g++-9
1717
export CXX=g++-9
18-
./autogen.sh
18+
./autogen.sh --enable-warnings=fatal
1919
./configure
2020
make
2121
- name: Test

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy