Uses of Class
net.sf.antcontrib.cpptasks.CompilerDef.WarningLevel

Packages that use CompilerDef.WarningLevel
net.sf.antcontrib.cpptasks   
 

Uses of CompilerDef.WarningLevel in net.sf.antcontrib.cpptasks
 

Methods in net.sf.antcontrib.cpptasks with parameters of type CompilerDef.WarningLevel
 void CCTask.setWarnings(CompilerDef.WarningLevel level)
          Enumerated attribute with the values "none", "severe", "default", "production", "diagnostic", and "failtask".
 void CompilerDef.setWarnings(CompilerDef.WarningLevel level)
          Enumerated attribute with the values "none", "severe", "default", "production", "diagnostic", and "failtask".