summaryrefslogtreecommitdiff
path: root/src/htssafe.h
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2014-05-15 19:27:29 +0000
committerXavier Roche <xroche@users.noreply.github.com>2014-05-15 19:27:29 +0000
commitc6e0ad4bced6c6f2072c880de4ad9e46a4c27981 (patch)
treee48a327a3580a97516b631667153b007ad15fb80 /src/htssafe.h
parentc457788a14940eed7a13ef056370b765c5f05e77 (diff)
Cosmetic.
Diffstat (limited to 'src/htssafe.h')
-rw-r--r--src/htssafe.h2
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];