📜  c 使用 gcc 编译,将警告视为错误 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:59.146000             🧑  作者: Mango

代码示例1
carrie@ubuntu:/debugging$ gcc -Wall -pedantic -Werror -Wextra -std=gnu89 positive_or_negative.c 0-main.c -o 0-main