in your *.Target.cs add the following line:
AdditionalCompilerArguments += "-w";
this will ignore all warnings.