X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ferror.h;fp=src%2Fcommon%2Ferror.h;h=33a299c4e4952e3882bdbc457e0bd55c042982bc;hp=5218869da8ac492ea722a74ccff23e9a3f4975a8;hb=898ba13216992affd6cb40fe11c64bdc6e65ca9e;hpb=20095472d0b5db48cbfb4c912a22d9ab1e3d1c63 diff --git a/src/common/error.h b/src/common/error.h index 5218869da..33a299c4e 100644 --- a/src/common/error.h +++ b/src/common/error.h @@ -224,6 +224,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 */