If the cc configuration is set to -Werror , is there a way to override the -Werror flag from the terminal when using make?
-Werror
You can set flags when calling make:
CFLAGS=-Wno-error make