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.
When you compile with
-Hoption then gcc gives a warning:Multiple include guards may be useful for:It warns about potential problems if
#includeswere reordered if I understood this correctly.I have to investigate and fix this warning.