]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-silence-RPM_CHAR_TYPE.patch
- added cppcompat patch (make rpmdb.h C++ compatible)
[packages/rpm.git] / rpm-silence-RPM_CHAR_TYPE.patch
CommitLineData
badae32f
JR
1--- rpm-5.4.10/rpmdb/tagname.c~ 2012-04-25 22:34:49.000000000 +0200
2+++ rpm-5.4.10/rpmdb/tagname.c 2012-09-07 23:10:04.768327450 +0200
3@@ -508,6 +508,7 @@
4 if (!(he->tag == 62))
5 if (!(he->tag == 261 || he->tag == 269))
6 if (!(he->tag == 1000 || he->tag == 1004 || he->tag == 1007))
7+if (!(he->tag == 1029))
8 if (!(he->tag == 1086 || he->tag == 1087))
9 if (he->t != (tagType(he->tag) & 0xffff))
10 fprintf(stderr, "==> warning: tag %u type(0x%x) != implicit type(0x%x)\n", (unsigned) he->tag, he->t, tagType(he->tag));
This page took 0.085988 seconds and 4 git commands to generate.