Uses of Class
net.sf.antcontrib.cpptasks.WarningLevelEnum
Packages that use WarningLevelEnum
Package
Description
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 WarningLevelEnumModifier and TypeMethodDescriptionvoidCCTask.setWarnings(WarningLevelEnum level) Enumerated attribute with the values "none", "severe", "default", "production", "diagnostic", and "aserror".voidCompilerDef.setWarnings(WarningLevelEnum level) Enumerated attribute with the values "none", "severe", "default", "production", "diagnostic", and "aserror".