removed pedantic flag

This commit is contained in:
JOLIMAITRE Matthieu 2022-10-05 02:16:44 +02:00
parent 76752a25f4
commit 142a6d903b

View file

@ -89,7 +89,7 @@ fn compilation_args() -> Vec<String> {
"-Wall".to_string(), "-Wall".to_string(),
"-Wextra".to_string(), "-Wextra".to_string(),
"-std=c99".to_string(), "-std=c99".to_string(),
"-pedantic".to_string(), // "-pedantic".to_string(),
]; ];
if Config::get_local_or_default().strict_mode() { if Config::get_local_or_default().strict_mode() {
args.push("-Werror".to_string()); args.push("-Werror".to_string());