You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I have to investigate and fix this warning.
The text was updated successfully, but these errors were encountered:
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.I have to investigate and fix this warning.
The text was updated successfully, but these errors were encountered: