Hide Forgot
Description of problem: corosync is using a deprecated qb_util_set_log_function call. Please replace with non-deprecated version to remove compile warning. Version-Release number of selected component (if applicable): 1.99.1 How reproducible: Steps to Reproduce: 1. run make 2. 3. Actual results: CC testcpg.o CCLD testcpg CC testcpg2.o CCLD testcpg2 CC cpgbench.o cpgbench.c: In function ‘main’: cpgbench.c:169:2: warning: ‘qb_util_set_log_function’ is deprecated (declared at /usr/include/qb/qbutil.h:92) [-Wdeprecated-declarations] CCLD cpgbench CC testquorum.o CCLD testquorum CC testvotequorum1.o CCLD testvotequorum1 CC testvotequorum2.o Expected results: No make warning about deprecated function Additional info:
posted upstream