Fix compilation errors with gcc
Compare changes
A GitLab upgrade is scheduled for Monday, May 12, 2025. The service will be unavailable for a few minutes in the morning. We'll keep you posted on the progress of the upgrade on the Mattermost channel: https://mattermost.inria.fr/devel/channels/gitlab. We recommend that you do not work on the platform until an announcement indicates that maintenance is complete.
This MR fixes some compilation errors I got with my gcc version when compiling test_fembem as a chameleon subproject.
This includes a compilation error due to the 'fall through' comment in src/util.c
not being recognized by gcc version for some reason.
I suggest removing the -Werror flag, or there will be more work to do for removing all the warnings.