kuzu icon indicating copy to clipboard operation
kuzu copied to clipboard

Enable Werror

Open Riolku opened this issue 1 year ago • 1 comments

#2038 has shown that segfaults can be caught as warnings in CI, but only if we turn on -Werror. Unfortunately, right now our codebase has many warnings during compilation.

Tasks:

  • [x] Get rid of ANTLR4 warnings. (Ref #2040)
  • [x] Get rid of warnings where we have unreachable code.
  • [ ] Get rid of any remaining warnings
  • [ ] Enable -Werror for all compilers in CI.

Riolku avatar Sep 15 '23 15:09 Riolku