C Compile Using Gcc Considering Warnings As Errors

[Solved] C Compile Using Gcc Considering Warnings As Errors | Shell - Code Explorer | yomemimo.com
Question : c compile using gcc considering warnings as errors

Answered by : ohachor-victor

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

Source : https://alx-intranet.hbtn.io/projects/539 | Last Update : Thu, 01 Jul 21

Answers related to c compile using gcc considering warnings as errors

Code Explorer Popular Question For Shell