diff options
| author | Andrew Turner <andrew@FreeBSD.org> | 2018-10-30 09:36:31 +0000 |
|---|---|---|
| committer | Andrew Turner <andrew@FreeBSD.org> | 2018-10-30 09:36:31 +0000 |
| commit | 9e26e65c1689bc06fa51c97d5bd47ac4c5974ac4 (patch) | |
| tree | b28a4809443fbb55152b8d6ca7592463b80869c8 | |
| parent | 281c29899f18d98535ae1e691b24fd5581f2e60b (diff) | |
Notes
| -rw-r--r-- | lib/csu/tests/init_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csu/tests/init_test.c b/lib/csu/tests/init_test.c index 68c87ca386e9..afe479c3b3b5 100644 --- a/lib/csu/tests/init_test.c +++ b/lib/csu/tests/init_test.c @@ -51,7 +51,7 @@ void _Jv_RegisterClasses(const func_ptr *); __section(".jcr") __used static func_ptr jcr_func = (func_ptr)1; void -_Jv_RegisterClasses(const func_ptr *jcr __unused) +_Jv_RegisterClasses(const func_ptr *jcr) { jcr_run = 1; |
