It's failing in CI due to the following warning/error:

> macro.c: In function 'doFoo':
macro.c:1211:2: error: 'sprintf' argument 3 may overlap destination object 
'buf' [-Werror=restrict]
 1211 |  sprintf(b, "file%s.file", buf);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
macro.c:1074:11: note: destination object referenced by 'restrict'-qualified 
argument 1 was declared here
 1074 |     char *buf = NULL;
      |           ^~~

This was fixed in the codebase quite some time ago, please rebase the tree to 
get past that (obviously unrelated) issue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1015#issuecomment-602537580
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to