With this code:
#include <iostream>
int main(int argc, char *argv[])
{
return 0;
}
/** run2: A macro to call a function. */
#define run2( function, ctype, dim )
if ( operation == #function )
{
if ( componentType == #ctype && Dimension == dim )
{
typedef itk::Image< ctype, dim > ImageType;
function< ImageType >( inputFileName, outputFileName, radius, algorithm, useCompression );
supported = true;
}
}
I get a warning: backslash-newline at end of file
Any idea how to make it go away?
David
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…