Opened this issue 4 years ago · 0 comments
When you compile with -H option then gcc gives a warning: Multiple include guards may be useful for: It warns about potential problems if #includes were reordered if I understood this correctly.
-H
Multiple include guards may be useful for:
#includes
I have to investigate and fix this warning.