SW500011 Microchip Technology, SW500011 Datasheet - Page 41

HI-TECH X PRO FOR PIC32

SW500011

Manufacturer Part Number
SW500011
Description
HI-TECH X PRO FOR PIC32
Manufacturer
Microchip Technology
Type
Compilerr
Series
PIC32r
Datasheet

Specifications of SW500011

No. Of User Licenses
1
Supported Families
PIC32
Core Architecture
PIC
Supported Hosts
Windows XP, Vista, Linux, Mac OS X
Software Edition
Professional
Kit Contents
Software And Docs
Tool Type
Compiler
Lead Free Status / RoHS Status
Not applicable / Not applicable
For Use With/related Products
PIC32 Series
Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
032
778-1007
778-1007
PICC32 Command-line Driver
2.5.5.1 Disabling Messages
Each warning message has a default number indicating a level of importance. This number is speci-
fied in the MDF and ranges from -9 to 9. The higher the number, the more important the warning.
driver option, see Section 2.6.57. Any warnings whose level is below that of the current threshold
are not displayed. The default threshold is 0 which implies that only warnings with a warning level of
0 or higher will be displayed by default. The information in this option is propagated to all compiler
applications, so its effect will be observed during all stages of the compilation process.
option takes a comma-separated list of message numbers. Any warnings which are listed are disabled
and will never be issued, regardless of any warning level threshold in place. This option cannot be
used to disable error messages.
pragma will only affect warnings that are produced by either parser or the code generator, i.e. errors
directly associated with C code. See Section
required to confirm the action required. To specify an error message number in the --MSGDISABLE
command, the number must be followed by :off to ensure that it is actually disabled. For example:
--MSGDISABLE=195:off will disable error number 195.
2.5.5.2 Changing Message Types
It is also possible to change the type of some messages. This is only possible by the use of the
warning pragma and only affects messages generated by the parser or code generator. See Section
3.11.4.5
2.6 PICC32 Driver Option Descriptions
Most aspects of the compilation can be controlled using the command-line driver, PICC32 . The
driver will configure and execute all required applications, such as the code generator, assembler
and linker.
Warning messages can be disabled by adjusting the warning level threshold using the --WARN
Warnings may also be disabled by using the --MSGDISABLE option, see Section 2.6.35. This
Some warning messages can also be disabled by using the warning disable pragma. This
Error messages can also be disabled, however a slighty more verbose form of the command is
Disabling error or warning messages in no way fixes any potential problems reported
by the message. Always use caution when exercising this option.
for more information on this pragma.
3.11.4.5
for more information on this pragma.
PICC32 Driver Option Descriptions
41

Related parts for SW500011