Answers for "c compile using gcc considering warnings as errors"

0

c compile using gcc considering warnings as errors

carrie@ubuntu:/debugging$ gcc -Wall -pedantic -Werror -Wextra -std=gnu89 positive_or_negative.c 0-main.c -o 0-main
Posted by: Guest on June-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language