diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-19 14:01:28 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2008-12-19 14:01:28 -0800 |
commit | 5c631ad798fcdea4f2b7d0b012ac94182fad4184 (patch) | |
tree | e9fa0dac36290814124b9ed8626fdd1a55a0f921 | |
parent | d21d6c5b23a23f120f32b483ec6b86cf88cb3a98 (diff) |
miscutil.c:108: warning: old-style parameter declaration
-rw-r--r-- | src/util/miscutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/miscutil.c b/src/util/miscutil.c index 43473b7..c44527a 100644 --- a/src/util/miscutil.c +++ b/src/util/miscutil.c @@ -104,6 +104,6 @@ CopyISOLatin1Lowered (char *dst, char *src, int len) } weak void -register_fpe_functions () +register_fpe_functions (void) { } |