rpm/rpm-4.14.2.1-remove_macro_expanded_in_comment_warning.patch

15 lines
378 B
Diff
Raw Permalink Normal View History

--- rpm-4.14.2.1/build/parseSpec.c.orig 2019-07-22 22:47:42.786822516 +0200
+++ rpm-4.14.2.1/build/parseSpec.c 2019-07-22 22:48:49.400147867 +0200
@@ -206,11 +206,6 @@
bufA++;
bufB++;
}
-
- if (*bufA != '\0' || *bufB != '\0')
- rpmlog(RPMLOG_WARNING,
- _("Macro expanded in comment on line %d: %s\n"),
- spec->lineNum, bufA);
}
free(spec->lbuf);