Dear all,
I am very happy our Stone addon has been accepted.
Now, when the addon is installed into a grass release, the installation throws quite some compiler warnings. I wasn’t expecting that since the makefile used in the addons repo doesn’t seem to have the same (-Wunused-variable, to cite one).
Most probably I did miss something.
Where can I find a list of compiler flags to add to my makefile, to fix what I saw in the release build?
On GRASS core we test for -Wvla -Wall -Wextra -Wpedantic, which is run with -Werror to pass on the CI.
On GRASS-addons there are no such strict requirements yet, but if the addon will pass with those settings all the better.
Dear all,
I am very happy our Stone addon has been accepted.
Now, when the addon is installed into a grass release, the installation throws quite some compiler warnings. I wasn’t expecting that since the makefile used in the addons repo doesn’t seem to have the same (-Wunused-variable, to cite one).
Most probably I did miss something.
Where can I find a list of compiler flags to add to my makefile, to fix what I saw in the release build?