The macros and #defines that were formerly declared to let you identify unused parameters, IDs, and attributes are not declared in the Palm OS Cobalt SDK. How you do this is compiler-specific; consult your compiler documentation for specifics.
Deleted APIs ^TOP^
Table 81.1 Deleted macros
Deleted API
|
Use instead
|
UNUSED_PARAM()
|
Either supply or omit the parameter, as needed by your compiler.
|
UNUSED_PARAM_ID()
|
Either supply or omit the ID, as needed by your compiler.
|
Table 81.2 Deleted #defines
Deleted API
|
Use instead
|
UNUSED_PARAM_ATTR
|
"__attribute__ ((__unused__)) " or nothing, as appropriate for your compiler.
|
Unchanged APIs ^TOP^
Table 81.3 Unchanged macros