Uses of Class
net.sf.antcontrib.cpptasks.WarningLevelEnum
-
Packages that use WarningLevelEnum Package Description net.sf.antcontrib.cpptasks C++ and other compiled languages build support for Ant. -
-
Uses of WarningLevelEnum in net.sf.antcontrib.cpptasks
Methods in net.sf.antcontrib.cpptasks with parameters of type WarningLevelEnum Modifier and Type Method Description void
CCTask. setWarnings(WarningLevelEnum level)
Enumerated attribute with the values "none", "severe", "default", "production", "diagnostic", and "aserror".void
CompilerDef. setWarnings(WarningLevelEnum level)
Enumerated attribute with the values "none", "severe", "default", "production", "diagnostic", and "aserror".
-