Add more compiler warnings
I'm reading the wiki about Gerrit and trying to figure it out.
Ok, so I'll add -Wall
and -Wextra
and then -Wno-unused-parameter
.
Add more compiler warnings
Ok. So when I added -Wall
and -Wextra
I found 3 warnings (ordered by number of warnings):
- -Wunused-parameter
- -Wmissing-field-initializers
- -Wsign-compare
I have fixed the last 2 and…
lulu-berlin
created branch 456/add-more-compiler-warnings in lulu-berlin/lix
2024-10-06 18:50:31 +00:00
Add more compiler warnings
Thanks for the quick reply.
So I guess the specification in the issue should be amended to refer only to gcc
.
I'm assuming the flags -Wall
and -Wextra
should be added in [meson.build…
Add more compiler warnings
Hello, @jade.
I would like to contribute and thought I'd pick an easy task to get started and thought I could start here.
I know rust quite well and basic C++ (I used it a long time ago, so…