cc1plus: warnings being treated as errors

Front end developers must read! Starting from scratch, teach you to build a low code website platform in stages>>>

Compilation error

The main reason is that the GCC parameter in makefile has an extra “- werror”

Find the wrong make folder and see if there is “- werror” in the make file. If so, delete it and recompile it

Similar Posts: