diff options
-rw-r--r-- | wctype.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ void test_wctype_h(void) wint_t wint; wctrans_t wctrans; wctype_t wctype; + (void)wint; + (void)wctrans; + (void)wctype; testing_header("wctype.h"); |