[Rpm-maint] [rpm-software-management/rpm] Implement automatic conversion of the database (#1012)

Michael Schroeder notifications at github.com
Mon Jan 27 10:23:49 UTC 2020


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20200127/a13a94df/attachment.html>


More information about the Rpm-maint mailing list