summaryrefslogtreecommitdiff
path: root/ucpp/ucpp.patch
blob: c9c4b92b7f79386260bf47e0249ec50afb1d04a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- cpp.c
+++ cpp.c
@@ -2464,7 +2464,7 @@
 			warning(-1, "unknown option '%s'", argv[i]);
 	} else {
 		if (filename != 0) {
-			error(-1, "spurious filename '%s'", argv[i]);
+			error(-1, "spurious duplicate filename '%s' - vs. '%s' ", argv[i], filename);
 			return 2;
 		}
 		filename = argv[i];
> 2020-11-17Remove unused ViewMediaShape::implInitializePlayerWindow rMimeType parameterStephan Bergmann 2020-11-17loplugin:stringviewparam check methods tooNoel 2020-07-19compact namespace: slideshowNoel Grandin 2020-05-10compact namespace in slideshowNoel Grandin 2020-03-12Revert "loplugin:constfields in slideshow"Noel Grandin 2020-01-03tdf#42949 Fix IWYU warnings in slideshow/Gabor Kelemen 2018-11-13loplugin singlevalfields improvementNoel Grandin 2018-10-09loplugin:constfields in slideshowNoel Grandin 2017-10-23loplugin:includeform: slideshowStephan Bergmann 2016-11-07loplugin:unnecessaryvirtual in sfx2..svtoolsNoel Grandin 2016-04-14loplugin:passstuffbyref in slideshowNoel Grandin 2016-04-13tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke 2016-02-24boost::shared_ptr->std::shared_ptr in slideshowNoel Grandin 2016-01-14loplugin:unusedmethods unused return value in slideshowNoel Grandin 2015-10-29com::sun::star->css in slideshowNoel Grandin 2015-09-21boost->stdCaolán McNamara 2015-07-10do not include boost/utility.hppMichael Stahl 2015-06-13tdf#91960 presentation causes Impress crashNoel Grandin 2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist 2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin