[Mono-dev] #pragmas in source code.

Miguel de Icaza miguel at ximian.com
Sun Jan 22 14:18:37 EST 2006


Hello,

    We are running into another issue with the joint CSC1/CSC2 build
setup that we have now.  It is not possible for us to use #pragmas to
disable some warnings (but not all) in spots where we know that
something is correct.

    This is not useful for debugging, nor for tracking down potential
problems.  And since CSC1 wont grok those even with a define we are
stuck in a bad place.

    I would like Mainsoft to add a processing stage to their source
files where they strip the "#pragmas" in their source code before
feeding the code into CSC so we do not all have to pay the price for the
compiler that you guys are using.

Miguel.



More information about the Mono-devel-list mailing list