Hi,
I have some header files with #warnings, when I compile, the warning appears once for every source file which includes the header.
Is there a way to stop the warning being shown more than once?
Obviously #pragma once and #ifndef are all scope dependent, therefore, do not stop the repeat messages.
Carl.