quiet some macosx warnings

This commit is contained in:
nhmall
2019-06-24 23:48:37 -04:00
parent e34c7daf02
commit 560f21f5db
6 changed files with 221 additions and 146 deletions

View File

@@ -635,6 +635,12 @@ int cnt;
(void) fprintf(nhfp->fpdebug, "%s %s %s cnt=%d ", t1, t2, t3, cnt);
}
#endif
#else
nhUse(nhfp);
nhUse(t1);
nhUse(t2);
nhUse(t3);
nhUse(cnt);
#endif
}