I recently upgraded my Clang version to 16, and this section resulted in an error.
Upon investigation, I found that -Wimplicit-int has been escalated from a warning to an error since version 16, as mentioned in this link: https://www.redhat.com/en/blog/new-warnings-and-errors-clang-16.
So I've fixed it.
Hi Bruno,
I recently upgraded my Clang version to 16, and this section resulted in an error. Upon investigation, I found that -Wimplicit-int has been escalated from a warning to an error since version 16, as mentioned in this link: https://www.redhat.com/en/blog/new-warnings-and-errors-clang-16. So I've fixed it.