Skip to content

Commit 9c2cfc6

Browse files
committed
Enable -Werror
Signed-off-by: Daniel del Castillo <[email protected]>
1 parent 41f402f commit 9c2cfc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ jobs:
4040
cd gccrs-build;
4141
../configure \
4242
--enable-languages=rust \
43-
--disable-bootstrap \
43+
--enable-bootstrap \
44+
--enable-werror \
4445
--enable-multilib
4546
4647
- name: Build

0 commit comments

Comments
 (0)