parrotcode: Warning flags detection | |
Contents | Configuration |
config/auto/warnings.pm - Warning flags detection
Automagically detect what warning flags, like -Wall, -Wextra, -Wchar-subscripts, etc., that the compiler can support. Directly hacked from config/auto/attributes.pm.
try_warning
cc
value of the Parrot::Configure
object passed in as the first argument to the method (not counting $self
.
The warning to be checked is passed in as the second argument to the method.Paul Cochrane <paultcochrane at gmail dot com>
|