From: Victor Julien Date: Thu, 19 Jan 2023 13:10:41 +0000 (+0100) Subject: time: -Wstrict-prototypes fix X-Git-Tag: suricata-7.0.0-rc1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da1ad843b41fa0a3d9bf1eb31d3cebbb40278575;p=thirdparty%2Fsuricata.git time: -Wstrict-prototypes fix --- diff --git a/src/util-time.c b/src/util-time.c index 446210b2e9..bedde860d4 100644 --- a/src/util-time.c +++ b/src/util-time.c @@ -149,7 +149,7 @@ void TimeSetToCurrentTime(void) } #endif -SCTime_t TimeGet() +SCTime_t TimeGet(void) { struct timeval tv = { 0 }; if (live_time_tracking) {