diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-15 19:27:29 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-15 19:27:29 +0000 |
commit | c6e0ad4bced6c6f2072c880de4ad9e46a4c27981 (patch) | |
tree | e48a327a3580a97516b631667153b007ad15fb80 /src/htssafe.h | |
parent | c457788a14940eed7a13ef056370b765c5f05e77 (diff) |
Cosmetic.
Diffstat (limited to 'src/htssafe.h')
-rw-r--r-- | src/htssafe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htssafe.h b/src/htssafe.h index ad3513f..d5f9e63 100644 --- a/src/htssafe.h +++ b/src/htssafe.h @@ -101,7 +101,7 @@ static HTS_UNUSED void abortf_(const char *exp, const char *file, int line) { #define HTS_IS_NOT_CHAR_BUFFER(VAR) ( ! HTS_IS_CHAR_BUFFER(VAR) ) /* Compile-time checks. */ -static HTS_UNUSED void htssafe_compile_time_check_() {
+static HTS_UNUSED void htssafe_compile_time_check_(void) {
char array[32];
char *pointer = array;
char check_array[HTS_IS_CHAR_BUFFER(array) ? 1 : -1];
|