MPW #pragma unused updates
This commit is contained in:
@@ -296,7 +296,7 @@ getreturn (char *str) {
|
||||
|
||||
int
|
||||
has_color (int color) {
|
||||
#if defined(applec) || defined(__MWERKS__)
|
||||
#if defined(__SC__) || defined(__MRC__)
|
||||
# pragma unused(color)
|
||||
#endif
|
||||
Rect r;
|
||||
@@ -364,7 +364,7 @@ short err;
|
||||
|
||||
void
|
||||
term_end_attr (int attr) {
|
||||
#if defined(applec) || defined(__MWERKS__)
|
||||
#if defined(__SC__) || defined(__MRC__)
|
||||
# pragma unused (attr)
|
||||
#endif
|
||||
_mt_set_colors (_mt_attrs [0]);
|
||||
@@ -532,7 +532,7 @@ settty (const char *str)
|
||||
|
||||
void
|
||||
tty_number_pad (int arg) {
|
||||
#if defined(applec) || defined(__MWERKS__)
|
||||
#if defined(__SC__) || defined(__MRC__)
|
||||
# pragma unused(arg)
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user