Skip to content

Commit

Permalink
fix gcc-14 compile error on: implicit-function-declaration, implicit-…
Browse files Browse the repository at this point in the history
…int (#2159)
  • Loading branch information
xiaoweish authored May 28, 2024
1 parent 691c480 commit 8cb7a8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions verif/regress/dhrystone.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ cflags=(
-nostartfiles
-lgcc
-O3 --no-inline
-Wno-implicit-function-declaration
-Wno-implicit-int
-I../tests/custom/env
-I../tests/custom/common
-I../tests/riscv-tests/benchmarks/dhrystone/
Expand Down

0 comments on commit 8cb7a8a

Please sign in to comment.