X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Ferror.h;h=d40145237c68e525889a277e06c3c466c6f8033d;hb=57028f14756583b324db499cae212bd15ed83603;hp=3fe742c02fe97bf85b792d989e7ab3e02352c1f2;hpb=8d0af2dc2f41234bd89063f0a1e2f17ec2064b2b;p=lttng-tools.git diff --git a/src/common/error.h b/src/common/error.h index 3fe742c02..d40145237 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -234,6 +234,6 @@ const char *error_get_str(int32_t code); * the caller. On error, an empty string is returned thus no time will be * printed in the log. */ -const char *log_add_time(); +const char *log_add_time(void); #endif /* _ERROR_H */