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

@@ -373,7 +373,7 @@ void rsrc_dlb_cleanup(void) {
}
boolean rsrc_dlb_fopen(dlb *dp, const char *name, const char *mode) {
#if defined(applec) || defined(__MWERKS__)
#if defined(__SC__) || defined(__MRC__)
# pragma unused(mode)
#endif
Str255 pname;