X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=blobdiff_plain;f=vg_build.h;h=53de6c3edacc3cc3ac8b3415b5223c5dfbe54540;hp=fbfbf95062e56f5c744f36f58685abd4ecfb4895;hb=71cdc299d260abd83eec20748578805509d5468f;hpb=fd8875baf8264b20731fb1bffaba4e1393beb189 diff --git a/vg_build.h b/vg_build.h index fbfbf95..53de6c3 100644 --- a/vg_build.h +++ b/vg_build.h @@ -214,7 +214,7 @@ void vg_build(void) /* Warnings */ strcat( cmd, - " -Wall\\\n" + " -Wall -ferror-limit=0\\\n" " -Wno-unused-function -Wno-unused-variable\\\n" " -Wno-unused-command-line-argument -Wno-unused-but-set-variable\\\n" );