It fails because of
```
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;
      |           ^~~
cc1: all warnings being treated as errors
```
I think this needs to fixed in rpm master first.

-- 
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/1012#issuecomment-578682754
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to