MPW #pragma unused updates

This commit is contained in:
dean
2002-03-09 05:08:27 +00:00
parent 434754f89d
commit d4d051af87
4 changed files with 12 additions and 12 deletions

View File

@@ -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
}