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
extern int mex;
# if defined FOO
extern int foo;
# undef FOO
# include "header.h"
# else
extern int moo;
# endif
Where a file effectively includes itself, this may not be handled correctly by CCSM at the moment - CCSM is likely to process the file twice resulting in the metric count being artificially inflated.
The text was updated successfully, but these errors were encountered:
Say we have something like this:
Header.h
Where a file effectively includes itself, this may not be handled correctly by CCSM at the moment - CCSM is likely to process the file twice resulting in the metric count being artificially inflated.
The text was updated successfully, but these errors were encountered: