fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / external / boost / boost.spirit.Wunused-parameter.warnings.patch
blob3487394694fdcce5b66526d72cfc911245381e92
1 --- a/b/boost/boost/spirit/home/classic/debug/impl/parser_names.ipp
2 +++ a/b/boost/boost/spirit/home/classic/debug/impl/parser_names.ipp
3 @@ -95,7 +95,7 @@
4 // from numerics.hpp
5 template <typename T, int Radix, unsigned MinDigits, int MaxDigits>
6 inline std::string
7 - parser_name(uint_parser<T, Radix, MinDigits, MaxDigits> const& p)
8 + parser_name(uint_parser<T, Radix, MinDigits, MaxDigits> const&)
10 BOOST_SPIRIT_SSTREAM stream;
11 stream << Radix << ", " << MinDigits << ", " << MaxDigits;
12 @@ -106,7 +106,7 @@
14 template <typename T, int Radix, unsigned MinDigits, int MaxDigits>
15 inline std::string
16 - parser_name(int_parser<T, Radix, MinDigits, MaxDigits> const& p)
17 + parser_name(int_parser<T, Radix, MinDigits, MaxDigits> const&)
19 BOOST_SPIRIT_SSTREAM stream;
20 stream << Radix << ", " << MinDigits << ", " << MaxDigits;
21 @@ -117,7 +117,7 @@
23 template <typename T, typename RealPoliciesT>
24 inline std::string
25 - parser_name(real_parser<T, RealPoliciesT> const& p)
26 + parser_name(real_parser<T, RealPoliciesT> const&)
28 return std::string("real_parser");
30 @@ -218,7 +218,7 @@
31 // from parser.hpp
32 template <typename DerivedT>
33 inline std::string
34 - parser_name(parser<DerivedT> const& p)
35 + parser_name(parser<DerivedT> const&)
37 return std::string("parser");
39 @@ -227,7 +227,7 @@
40 // from primitives.hpp
41 template <typename DerivedT>
42 inline std::string
43 - parser_name(char_parser<DerivedT> const &p)
44 + parser_name(char_parser<DerivedT> const &)
46 return std::string("char_parser");