Hi,
I am using Keil uVision V5.37.0.0 and compiler version is 6.18, I am getting tons of above warnings in different files with this version of uVision, the same was built without any warnings on previous versions of compiler (V6.10).
could someone please let me know how to use Wextra-semi-stmt to silence this warning?
I tried to add this in Misc controls as shown below, but it was not helping, please let me know whether it is the right place to add this plug here.
I am not supposed to edit code and also this additional semi colon is not going to harm, so looking for solutions to suppress the warnings instead of editing so many files.
Thanks in advance.
Thanks for the prompt reply..
-Wextra-semi-stmt is not listed in the page you shared. I just tried this -Wno-extra-semi-stmt and it worked.