Lulu lulu-berlin · she/her
  • Joined on 2024-10-06
lulu-berlin commented on issue lix-project/lix#456 2024-10-06 21:39:26 +00:00
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.

lulu-berlin commented on issue lix-project/lix#456 2024-10-06 20:18:23 +00:00
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 pushed to 456/add-more-compiler-warnings at lulu-berlin/lix 2024-10-06 20:12:57 +00:00
6756a067c2 Fix gcc warning -Wmissing-field-initializers
lulu-berlin created branch 456/add-more-compiler-warnings in lulu-berlin/lix 2024-10-06 18:50:31 +00:00
lulu-berlin pushed to 456/add-more-compiler-warnings at lulu-berlin/lix 2024-10-06 18:50:31 +00:00
1224476def Fix gcc warning -Wsign-compare
lulu-berlin created repository lulu-berlin/lix 2024-10-06 18:49:47 +00:00
lulu-berlin commented on issue lix-project/lix#456 2024-10-06 17:47:21 +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…

lulu-berlin commented on issue lix-project/lix#456 2024-10-06 16:26:28 +00:00
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…