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];
res.hxx?h=cp-6.0-11&id=47317f041693db1a9d4618a1d9f7dcefe52b2904'>loplugin:expandablemethods in ucb..ucbhelperNoel Grandin 2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann 2016-02-09Remove excess newlinesChris Sherlock 2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-09ucb: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2014-04-30ucb: sal_Bool->boolNoel Grandin 2014-04-19fixincludeguards.sh: ucbThomas Arnhold 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-13No need for SortedDynamicResultSet::impl_* to be virtualStephan Bergmann 2014-03-07de-macroize ucb sortresultNorbert Thiebaud 2014-03-06de-macroize ucb sortdynresNorbert Thiebaud 2014-03-05de-macroize XINTERFACE_DECLNorbert Thiebaud 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-26Remove visual noise from ucbAlexander Wilms