Warnings are reported as errors 
-Werror this flag in Makefile will treat warnings as errors.
//comment this line or remove the flag
CFLAGS += -Werror
-Werror this flag in Makefile will treat warnings as errors.
//comment this line or remove the flag
CFLAGS += -Werror
 
No comments:
Post a Comment