mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix pedantic-error
This commit is contained in:
parent
9bf7c26b25
commit
1c8dcf56cd
2 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ done
|
|||
for include_path in ${include_paths[*]}; do
|
||||
include_options="${include_options} -I${include_path}"
|
||||
done
|
||||
all_options="-v -Wall -pedantic ${define_options} ${include_options} ${common_options[*]}"
|
||||
all_options="-v -Wall -pedantic -pedantic-errors ${define_options} ${include_options} ${common_options[*]}"
|
||||
vo=0
|
||||
vkey=""
|
||||
for option in ${compiler_options[*]}; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue