X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Fnotification%2Fdefault_pipe_size_getter.cpp;h=34eb3cdd35fd514498f1169da196239d7d1c0ecb;hb=cd9adb8b829564212158943a0d279bb35322ab30;hp=8902774b3100c6125ccbf6cce3ca28c02c2be4bf;hpb=e665dfbce25215d5ec77ff03a279c7163b337db1;p=lttng-tools.git diff --git a/tests/regression/tools/notification/default_pipe_size_getter.cpp b/tests/regression/tools/notification/default_pipe_size_getter.cpp index 8902774b3..34eb3cdd3 100644 --- a/tests/regression/tools/notification/default_pipe_size_getter.cpp +++ b/tests/regression/tools/notification/default_pipe_size_getter.cpp @@ -30,7 +30,7 @@ namespace { /* * Return the default pipe buffer size or a negative error. */ -int get_pipe_size(void) +int get_pipe_size() { int ret; /* @@ -66,7 +66,7 @@ int get_pipe_size(void) #endif } /* namespace */ -int main(void) +int main() { int ret;