Skip to content

Commit 52af667

Browse files
committed
fix: remove warning flag from AVR test compilation
1 parent ebc540e commit 52af667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ jobs:
296296
run: |
297297
# Compile the standalone AVR test for ATmega328P
298298
avr-gcc -mmcu=atmega328p ${{ matrix.opt }} -Wall -Wextra -Werror \
299-
-Wshadow -Wconversion -Wsign-conversion -Wcast-align \
299+
-Wshadow -Wsign-conversion -Wcast-align \
300300
-I. tests/avr_test.c -o avr_test.elf
301301
302302
echo "=== Full Test Binary Footprint ==="

0 commit comments

Comments
 (0)