| 1 | Performing configuration checks
|
|---|
| 2 |
|
|---|
| 3 | - 32-bit : no (cached)
|
|---|
| 4 | - 64-bit : yes (cached)
|
|---|
| 5 | - arm : no (cached)
|
|---|
| 6 | - mips1 : no (cached)
|
|---|
| 7 | - power : no (cached)
|
|---|
| 8 | - sparc : no (cached)
|
|---|
| 9 | - x86 : yes (cached)
|
|---|
| 10 |
|
|---|
| 11 | Building the Boost C++ Libraries.
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 | - symlinks supported : yes (cached)
|
|---|
| 15 |
|
|---|
| 16 | Component configuration:
|
|---|
| 17 |
|
|---|
| 18 | - atomic : not building
|
|---|
| 19 | - chrono : not building
|
|---|
| 20 | - container : not building
|
|---|
| 21 | - context : not building
|
|---|
| 22 | - coroutine : not building
|
|---|
| 23 | - date_time : not building
|
|---|
| 24 | - exception : not building
|
|---|
| 25 | - fiber : not building
|
|---|
| 26 | - filesystem : not building
|
|---|
| 27 | - graph : not building
|
|---|
| 28 | - graph_parallel : not building
|
|---|
| 29 | - iostreams : not building
|
|---|
| 30 | - locale : not building
|
|---|
| 31 | - log : not building
|
|---|
| 32 | - math : not building
|
|---|
| 33 | - metaparse : not building
|
|---|
| 34 | - mpi : not building
|
|---|
| 35 | - program_options : not building
|
|---|
| 36 | - python : not building
|
|---|
| 37 | - random : not building
|
|---|
| 38 | - regex : not building
|
|---|
| 39 | - serialization : not building
|
|---|
| 40 | - signals : not building
|
|---|
| 41 | - stacktrace : not building
|
|---|
| 42 | - system : not building
|
|---|
| 43 | - test : not building
|
|---|
| 44 | - thread : not building
|
|---|
| 45 | - timer : not building
|
|---|
| 46 | - type_erasure : not building
|
|---|
| 47 | - wave : building
|
|---|
| 48 |
|
|---|
| 49 | clang-linux.compile.c++.without-pth bin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi\instantiate_cpp_exprgrammar.obj
|
|---|
| 50 |
|
|---|
| 51 | "C:/Program Files/LLVM/bin/clang.exe" -c -x c++ -O0 -g -fno-inline -Wall -g -fmsc-version=1910 -DBOOST_USE_WINAPI_VERSION=0x0501 -DBOOST_USE_WINDOWS_H=1 -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -I"." -o "bin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi\instantiate_cpp_exprgrammar.obj" "libs\wave\src\instantiate_cpp_exprgrammar.cpp"
|
|---|
| 52 |
|
|---|
| 53 | In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
|
|---|
| 54 | In file included from .\boost/wave/grammars/cpp_expression_grammar.hpp:17:
|
|---|
| 55 | In file included from .\boost/spirit/include/classic_core.hpp:11:
|
|---|
| 56 | In file included from .\boost/spirit/home/classic/core.hpp:42:
|
|---|
| 57 | In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
|
|---|
| 58 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
|
|---|
| 59 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
|
|---|
| 60 | In file included from .\boost/thread/mutex.hpp:14:
|
|---|
| 61 | In file included from .\boost/thread/win32/mutex.hpp:9:
|
|---|
| 62 | In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
|
|---|
| 63 | In file included from .\boost/thread/thread_time.hpp:9:
|
|---|
| 64 | In file included from .\boost/date_time/time_clock.hpp:16:
|
|---|
| 65 | .\boost/date_time/c_time.hpp:101:23: warning: 'localtime' is deprecated: This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 66 | result = std::localtime(t);
|
|---|
| 67 | ^
|
|---|
| 68 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:504:9: note: 'localtime' has been explicitly marked deprecated here
|
|---|
| 69 | _CRT_INSECURE_DEPRECATE(localtime_s)
|
|---|
| 70 | ^
|
|---|
| 71 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 72 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 73 | ^
|
|---|
| 74 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 75 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 76 | ^
|
|---|
| 77 | In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
|
|---|
| 78 | In file included from .\boost/wave/grammars/cpp_expression_grammar.hpp:17:
|
|---|
| 79 | In file included from .\boost/spirit/include/classic_core.hpp:11:
|
|---|
| 80 | In file included from .\boost/spirit/home/classic/core.hpp:42:
|
|---|
| 81 | In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
|
|---|
| 82 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
|
|---|
| 83 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
|
|---|
| 84 | In file included from .\boost/thread/mutex.hpp:14:
|
|---|
| 85 | In file included from .\boost/thread/win32/mutex.hpp:9:
|
|---|
| 86 | In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
|
|---|
| 87 | In file included from .\boost/thread/thread_time.hpp:9:
|
|---|
| 88 | In file included from .\boost/date_time/time_clock.hpp:16:
|
|---|
| 89 | .\boost/date_time/c_time.hpp:110:23: warning: 'gmtime' is deprecated: This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 90 | result = std::gmtime(t);
|
|---|
| 91 | ^
|
|---|
| 92 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:494:24: note: 'gmtime' has been explicitly marked deprecated here
|
|---|
| 93 | _Check_return_ _CRT_INSECURE_DEPRECATE(gmtime_s)
|
|---|
| 94 | ^
|
|---|
| 95 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 96 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 97 | ^
|
|---|
| 98 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 99 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 100 | ^
|
|---|
| 101 | In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
|
|---|
| 102 | .\boost/wave/grammars/cpp_expression_grammar.hpp:829:18: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 103 | case T_CPPCOMMENT: // contains newline
|
|---|
| 104 | ^
|
|---|
| 105 | libs\wave\src\instantiate_cpp_exprgrammar.cpp:44:40: note: in instantiation of member function 'boost::wave::grammars::expression_grammar_gen<boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::evaluate' requested here
|
|---|
| 106 | template struct boost::wave::grammars::expression_grammar_gen<token_type>;
|
|---|
| 107 | ^
|
|---|
| 108 | In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
|
|---|
| 109 | .\boost/wave/grammars/cpp_expression_grammar.hpp:828:18: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 110 | case T_EOF:
|
|---|
| 111 | ^
|
|---|
| 112 | .\boost/wave/grammars/cpp_expression_grammar.hpp:827:18: error: case value evaluates to -1342176886, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 113 | case T_NEWLINE:
|
|---|
| 114 | ^
|
|---|
| 115 | .\boost/wave/grammars/cpp_expression_grammar.hpp:824:18: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 116 | case T_CCOMMENT:
|
|---|
| 117 | ^
|
|---|
| 118 | .\boost/wave/grammars/cpp_expression_grammar.hpp:823:18: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 119 | case T_SPACE2:
|
|---|
| 120 | ^
|
|---|
| 121 | .\boost/wave/grammars/cpp_expression_grammar.hpp:822:18: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 122 | case T_SPACE:
|
|---|
| 123 | ^
|
|---|
| 124 | 2 warnings and 6 errors generated.
|
|---|
| 125 | clang-linux.compile.c++.without-pth bin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi\instantiate_re2c_lexer.obj
|
|---|
| 126 |
|
|---|
| 127 | "C:/Program Files/LLVM/bin/clang.exe" -c -x c++ -O0 -g -fno-inline -Wall -g -fmsc-version=1910 -DBOOST_USE_WINAPI_VERSION=0x0501 -DBOOST_USE_WINDOWS_H=1 -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -I"." -o "bin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi\instantiate_re2c_lexer.obj" "libs\wave\src\instantiate_re2c_lexer.cpp"
|
|---|
| 128 |
|
|---|
| 129 | In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
|
|---|
| 130 | In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
|
|---|
| 131 | In file included from .\boost/spirit/include/classic_core.hpp:11:
|
|---|
| 132 | In file included from .\boost/spirit/home/classic/core.hpp:42:
|
|---|
| 133 | In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
|
|---|
| 134 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
|
|---|
| 135 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
|
|---|
| 136 | In file included from .\boost/thread/mutex.hpp:14:
|
|---|
| 137 | In file included from .\boost/thread/win32/mutex.hpp:9:
|
|---|
| 138 | In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
|
|---|
| 139 | In file included from .\boost/thread/thread_time.hpp:9:
|
|---|
| 140 | In file included from .\boost/date_time/time_clock.hpp:16:
|
|---|
| 141 | .\boost/date_time/c_time.hpp:101:23: warning: 'localtime' is deprecated: This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 142 | result = std::localtime(t);
|
|---|
| 143 | ^
|
|---|
| 144 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:504:9: note: 'localtime' has been explicitly marked deprecated here
|
|---|
| 145 | _CRT_INSECURE_DEPRECATE(localtime_s)
|
|---|
| 146 | ^
|
|---|
| 147 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 148 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 149 | ^
|
|---|
| 150 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 151 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 152 | ^
|
|---|
| 153 | In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
|
|---|
| 154 | In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
|
|---|
| 155 | In file included from .\boost/spirit/include/classic_core.hpp:11:
|
|---|
| 156 | In file included from .\boost/spirit/home/classic/core.hpp:42:
|
|---|
| 157 | In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
|
|---|
| 158 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
|
|---|
| 159 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
|
|---|
| 160 | In file included from .\boost/thread/mutex.hpp:14:
|
|---|
| 161 | In file included from .\boost/thread/win32/mutex.hpp:9:
|
|---|
| 162 | In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
|
|---|
| 163 | In file included from .\boost/thread/thread_time.hpp:9:
|
|---|
| 164 | In file included from .\boost/date_time/time_clock.hpp:16:
|
|---|
| 165 | .\boost/date_time/c_time.hpp:110:23: warning: 'gmtime' is deprecated: This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 166 | result = std::gmtime(t);
|
|---|
| 167 | ^
|
|---|
| 168 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:494:24: note: 'gmtime' has been explicitly marked deprecated here
|
|---|
| 169 | _Check_return_ _CRT_INSECURE_DEPRECATE(gmtime_s)
|
|---|
| 170 | ^
|
|---|
| 171 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 172 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 173 | ^
|
|---|
| 174 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 175 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 176 | ^
|
|---|
| 177 | In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
|
|---|
| 178 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:321:5: warning: 'vsprintf' is deprecated: This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 179 | vsprintf(buffer, msg, params);
|
|---|
| 180 | ^
|
|---|
| 181 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:347:9: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lexer' requested here
|
|---|
| 182 | : re2c_lexer(first, last, pos, language)
|
|---|
| 183 | ^
|
|---|
| 184 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 185 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 186 | ^
|
|---|
| 187 | libs\wave\src\instantiate_re2c_lexer.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 188 | template struct boost::wave::cpplexer::new_lexer_gen<
|
|---|
| 189 | ^
|
|---|
| 190 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\stdio.h:1798:5: note: 'vsprintf' has been explicitly marked deprecated here
|
|---|
| 191 | __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST(
|
|---|
| 192 | ^
|
|---|
| 193 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:731:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST'
|
|---|
| 194 | __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _CC, _FuncName, _FuncName##_s, _VFuncName, _VFuncName##_s, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1)
|
|---|
| 195 | ^
|
|---|
| 196 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:1815:17: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX'
|
|---|
| 197 | _CRT_INSECURE_DEPRECATE(_SecureVFuncName) _DeclSpec _ReturnType _CC _VFuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1, va_list _Args);
|
|---|
| 198 | ^
|
|---|
| 199 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 200 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 201 | ^
|
|---|
| 202 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 203 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 204 | ^
|
|---|
| 205 | In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
|
|---|
| 206 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 207 | case T_ANY_TRIGRAPH:
|
|---|
| 208 | ^
|
|---|
| 209 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 210 | lex_functor(IteratorT const &first, IteratorT const &last,
|
|---|
| 211 | ^
|
|---|
| 212 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 213 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 214 | ^
|
|---|
| 215 | libs\wave\src\instantiate_re2c_lexer.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 216 | template struct boost::wave::cpplexer::new_lexer_gen<
|
|---|
| 217 | ^
|
|---|
| 218 | In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
|
|---|
| 219 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 220 | case T_EOF:
|
|---|
| 221 | ^
|
|---|
| 222 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 223 | case T_PP_NUMBER:
|
|---|
| 224 | ^
|
|---|
| 225 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 226 | case T_ANY:
|
|---|
| 227 | ^
|
|---|
| 228 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 229 | case T_SPACE2:
|
|---|
| 230 | ^
|
|---|
| 231 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 232 | case T_SPACE:
|
|---|
| 233 | ^
|
|---|
| 234 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 235 | case T_CPPCOMMENT:
|
|---|
| 236 | ^
|
|---|
| 237 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 238 | case T_CCOMMENT:
|
|---|
| 239 | ^
|
|---|
| 240 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 241 | case T_ANY_TRIGRAPH:
|
|---|
| 242 | ^
|
|---|
| 243 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 244 | token_type& get(token_type& result) { return re2c_lexer.get(result); }
|
|---|
| 245 | ^
|
|---|
| 246 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 247 | lex_functor(IteratorT const &first, IteratorT const &last,
|
|---|
| 248 | ^
|
|---|
| 249 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 250 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 251 | ^
|
|---|
| 252 | libs\wave\src\instantiate_re2c_lexer.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 253 | template struct boost::wave::cpplexer::new_lexer_gen<
|
|---|
| 254 | ^
|
|---|
| 255 | In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
|
|---|
| 256 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 257 | case T_EOF:
|
|---|
| 258 | ^
|
|---|
| 259 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 260 | case T_PP_NUMBER:
|
|---|
| 261 | ^
|
|---|
| 262 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 263 | case T_ANY:
|
|---|
| 264 | ^
|
|---|
| 265 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 266 | case T_SPACE2:
|
|---|
| 267 | ^
|
|---|
| 268 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 269 | case T_SPACE:
|
|---|
| 270 | ^
|
|---|
| 271 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 272 | case T_CPPCOMMENT:
|
|---|
| 273 | ^
|
|---|
| 274 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 275 | case T_CCOMMENT:
|
|---|
| 276 | ^
|
|---|
| 277 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 278 | case T_ANY_TRIGRAPH:
|
|---|
| 279 | ^
|
|---|
| 280 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 281 | token_type& get(token_type& result) { return re2c_lexer.get(result); }
|
|---|
| 282 | ^
|
|---|
| 283 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 284 | lex_functor(IteratorT const &first, IteratorT const &last,
|
|---|
| 285 | ^
|
|---|
| 286 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 287 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 288 | ^
|
|---|
| 289 | libs\wave\src\instantiate_re2c_lexer.cpp:57:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 290 | template struct boost::wave::cpplexer::new_lexer_gen<
|
|---|
| 291 | ^
|
|---|
| 292 | In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
|
|---|
| 293 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 294 | case T_EOF:
|
|---|
| 295 | ^
|
|---|
| 296 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 297 | case T_PP_NUMBER:
|
|---|
| 298 | ^
|
|---|
| 299 | fatal error: too many errors emitted, stopping now [-ferror-limit=]
|
|---|
| 300 | 3 warnings and 20 errors generated.
|
|---|
| 301 | clang-linux.compile.c++.without-pth bin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi\instantiate_re2c_lexer_str.obj
|
|---|
| 302 |
|
|---|
| 303 | "C:/Program Files/LLVM/bin/clang.exe" -c -x c++ -O0 -g -fno-inline -Wall -g -fmsc-version=1910 -DBOOST_USE_WINAPI_VERSION=0x0501 -DBOOST_USE_WINDOWS_H=1 -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -I"." -o "bin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi\instantiate_re2c_lexer_str.obj" "libs\wave\src\instantiate_re2c_lexer_str.cpp"
|
|---|
| 304 |
|
|---|
| 305 | In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
|
|---|
| 306 | In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
|
|---|
| 307 | In file included from .\boost/spirit/include/classic_core.hpp:11:
|
|---|
| 308 | In file included from .\boost/spirit/home/classic/core.hpp:42:
|
|---|
| 309 | In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
|
|---|
| 310 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
|
|---|
| 311 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
|
|---|
| 312 | In file included from .\boost/thread/mutex.hpp:14:
|
|---|
| 313 | In file included from .\boost/thread/win32/mutex.hpp:9:
|
|---|
| 314 | In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
|
|---|
| 315 | In file included from .\boost/thread/thread_time.hpp:9:
|
|---|
| 316 | In file included from .\boost/date_time/time_clock.hpp:16:
|
|---|
| 317 | .\boost/date_time/c_time.hpp:101:23: warning: 'localtime' is deprecated: This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 318 | result = std::localtime(t);
|
|---|
| 319 | ^
|
|---|
| 320 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:504:9: note: 'localtime' has been explicitly marked deprecated here
|
|---|
| 321 | _CRT_INSECURE_DEPRECATE(localtime_s)
|
|---|
| 322 | ^
|
|---|
| 323 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 324 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 325 | ^
|
|---|
| 326 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 327 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 328 | ^
|
|---|
| 329 | In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
|
|---|
| 330 | In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
|
|---|
| 331 | In file included from .\boost/spirit/include/classic_core.hpp:11:
|
|---|
| 332 | In file included from .\boost/spirit/home/classic/core.hpp:42:
|
|---|
| 333 | In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
|
|---|
| 334 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
|
|---|
| 335 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
|
|---|
| 336 | In file included from .\boost/thread/mutex.hpp:14:
|
|---|
| 337 | In file included from .\boost/thread/win32/mutex.hpp:9:
|
|---|
| 338 | In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
|
|---|
| 339 | In file included from .\boost/thread/thread_time.hpp:9:
|
|---|
| 340 | In file included from .\boost/date_time/time_clock.hpp:16:
|
|---|
| 341 | .\boost/date_time/c_time.hpp:110:23: warning: 'gmtime' is deprecated: This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 342 | result = std::gmtime(t);
|
|---|
| 343 | ^
|
|---|
| 344 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:494:24: note: 'gmtime' has been explicitly marked deprecated here
|
|---|
| 345 | _Check_return_ _CRT_INSECURE_DEPRECATE(gmtime_s)
|
|---|
| 346 | ^
|
|---|
| 347 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 348 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 349 | ^
|
|---|
| 350 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 351 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 352 | ^
|
|---|
| 353 | In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
|
|---|
| 354 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:321:5: warning: 'vsprintf' is deprecated: This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 355 | vsprintf(buffer, msg, params);
|
|---|
| 356 | ^
|
|---|
| 357 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:347:9: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lexer' requested here
|
|---|
| 358 | : re2c_lexer(first, last, pos, language)
|
|---|
| 359 | ^
|
|---|
| 360 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 361 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 362 | ^
|
|---|
| 363 | libs\wave\src\instantiate_re2c_lexer_str.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 364 | template struct boost::wave::cpplexer::new_lexer_gen<std::string::iterator>;
|
|---|
| 365 | ^
|
|---|
| 366 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\stdio.h:1798:5: note: 'vsprintf' has been explicitly marked deprecated here
|
|---|
| 367 | __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST(
|
|---|
| 368 | ^
|
|---|
| 369 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:731:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST'
|
|---|
| 370 | __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _CC, _FuncName, _FuncName##_s, _VFuncName, _VFuncName##_s, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1)
|
|---|
| 371 | ^
|
|---|
| 372 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:1815:17: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX'
|
|---|
| 373 | _CRT_INSECURE_DEPRECATE(_SecureVFuncName) _DeclSpec _ReturnType _CC _VFuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1, va_list _Args);
|
|---|
| 374 | ^
|
|---|
| 375 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 376 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 377 | ^
|
|---|
| 378 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 379 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 380 | ^
|
|---|
| 381 | In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
|
|---|
| 382 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 383 | case T_ANY_TRIGRAPH:
|
|---|
| 384 | ^
|
|---|
| 385 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 386 | lex_functor(IteratorT const &first, IteratorT const &last,
|
|---|
| 387 | ^
|
|---|
| 388 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 389 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 390 | ^
|
|---|
| 391 | libs\wave\src\instantiate_re2c_lexer_str.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 392 | template struct boost::wave::cpplexer::new_lexer_gen<std::string::iterator>;
|
|---|
| 393 | ^
|
|---|
| 394 | In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
|
|---|
| 395 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 396 | case T_EOF:
|
|---|
| 397 | ^
|
|---|
| 398 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 399 | case T_PP_NUMBER:
|
|---|
| 400 | ^
|
|---|
| 401 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 402 | case T_ANY:
|
|---|
| 403 | ^
|
|---|
| 404 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 405 | case T_SPACE2:
|
|---|
| 406 | ^
|
|---|
| 407 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 408 | case T_SPACE:
|
|---|
| 409 | ^
|
|---|
| 410 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 411 | case T_CPPCOMMENT:
|
|---|
| 412 | ^
|
|---|
| 413 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 414 | case T_CCOMMENT:
|
|---|
| 415 | ^
|
|---|
| 416 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 417 | case T_ANY_TRIGRAPH:
|
|---|
| 418 | ^
|
|---|
| 419 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 420 | token_type& get(token_type& result) { return re2c_lexer.get(result); }
|
|---|
| 421 | ^
|
|---|
| 422 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 423 | lex_functor(IteratorT const &first, IteratorT const &last,
|
|---|
| 424 | ^
|
|---|
| 425 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 426 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 427 | ^
|
|---|
| 428 | libs\wave\src\instantiate_re2c_lexer_str.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 429 | template struct boost::wave::cpplexer::new_lexer_gen<std::string::iterator>;
|
|---|
| 430 | ^
|
|---|
| 431 | In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
|
|---|
| 432 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 433 | case T_EOF:
|
|---|
| 434 | ^
|
|---|
| 435 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 436 | case T_PP_NUMBER:
|
|---|
| 437 | ^
|
|---|
| 438 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 439 | case T_ANY:
|
|---|
| 440 | ^
|
|---|
| 441 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 442 | case T_SPACE2:
|
|---|
| 443 | ^
|
|---|
| 444 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 445 | case T_SPACE:
|
|---|
| 446 | ^
|
|---|
| 447 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 448 | case T_CPPCOMMENT:
|
|---|
| 449 | ^
|
|---|
| 450 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 451 | case T_CCOMMENT:
|
|---|
| 452 | ^
|
|---|
| 453 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 454 | case T_ANY_TRIGRAPH:
|
|---|
| 455 | ^
|
|---|
| 456 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 457 | token_type& get(token_type& result) { return re2c_lexer.get(result); }
|
|---|
| 458 | ^
|
|---|
| 459 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 460 | lex_functor(IteratorT const &first, IteratorT const &last,
|
|---|
| 461 | ^
|
|---|
| 462 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 463 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 464 | ^
|
|---|
| 465 | libs\wave\src\instantiate_re2c_lexer_str.cpp:56:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 466 | template struct boost::wave::cpplexer::new_lexer_gen<std::string::const_iterator>;
|
|---|
| 467 | ^
|
|---|
| 468 | In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
|
|---|
| 469 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 470 | case T_EOF:
|
|---|
| 471 | ^
|
|---|
| 472 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 473 | case T_PP_NUMBER:
|
|---|
| 474 | ^
|
|---|
| 475 | fatal error: too many errors emitted, stopping now [-ferror-limit=]
|
|---|
| 476 | 3 warnings and 20 errors generated.
|
|---|
| 477 | ...skipped <pbin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi>libboost_wave-clang50-mt-d-1_65.lib(clean) for lack of <pbin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi>instantiate_cpp_exprgrammar.obj...
|
|---|
| 478 | ...skipped <pbin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi>libboost_wave-clang50-mt-d-1_65.lib for lack of <pbin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi>instantiate_cpp_exprgrammar.obj...
|
|---|
| 479 | ...skipped <pstage\lib>libboost_wave-clang50-mt-d-1_65.lib for lack of <pbin.v2\libs\wave\build\clang-linux-5.0\debug\link-static\threading-multi>libboost_wave-clang50-mt-d-1_65.lib...
|
|---|
| 480 | clang-linux.compile.c++.without-pth bin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi\instantiate_cpp_exprgrammar.obj
|
|---|
| 481 |
|
|---|
| 482 | "C:/Program Files/LLVM/bin/clang.exe" -c -x c++ -O3 -Wno-inline -Wall -fmsc-version=1910 -DBOOST_USE_WINAPI_VERSION=0x0501 -DBOOST_USE_WINDOWS_H=1 -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG -I"." -o "bin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi\instantiate_cpp_exprgrammar.obj" "libs\wave\src\instantiate_cpp_exprgrammar.cpp"
|
|---|
| 483 |
|
|---|
| 484 | In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
|
|---|
| 485 | In file included from .\boost/wave/grammars/cpp_expression_grammar.hpp:17:
|
|---|
| 486 | In file included from .\boost/spirit/include/classic_core.hpp:11:
|
|---|
| 487 | In file included from .\boost/spirit/home/classic/core.hpp:42:
|
|---|
| 488 | In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
|
|---|
| 489 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
|
|---|
| 490 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
|
|---|
| 491 | In file included from .\boost/thread/mutex.hpp:14:
|
|---|
| 492 | In file included from .\boost/thread/win32/mutex.hpp:9:
|
|---|
| 493 | In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
|
|---|
| 494 | In file included from .\boost/thread/thread_time.hpp:9:
|
|---|
| 495 | In file included from .\boost/date_time/time_clock.hpp:16:
|
|---|
| 496 | .\boost/date_time/c_time.hpp:101:23: warning: 'localtime' is deprecated: This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 497 | result = std::localtime(t);
|
|---|
| 498 | ^
|
|---|
| 499 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:504:9: note: 'localtime' has been explicitly marked deprecated here
|
|---|
| 500 | _CRT_INSECURE_DEPRECATE(localtime_s)
|
|---|
| 501 | ^
|
|---|
| 502 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 503 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 504 | ^
|
|---|
| 505 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 506 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 507 | ^
|
|---|
| 508 | In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
|
|---|
| 509 | In file included from .\boost/wave/grammars/cpp_expression_grammar.hpp:17:
|
|---|
| 510 | In file included from .\boost/spirit/include/classic_core.hpp:11:
|
|---|
| 511 | In file included from .\boost/spirit/home/classic/core.hpp:42:
|
|---|
| 512 | In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
|
|---|
| 513 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
|
|---|
| 514 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
|
|---|
| 515 | In file included from .\boost/thread/mutex.hpp:14:
|
|---|
| 516 | In file included from .\boost/thread/win32/mutex.hpp:9:
|
|---|
| 517 | In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
|
|---|
| 518 | In file included from .\boost/thread/thread_time.hpp:9:
|
|---|
| 519 | In file included from .\boost/date_time/time_clock.hpp:16:
|
|---|
| 520 | .\boost/date_time/c_time.hpp:110:23: warning: 'gmtime' is deprecated: This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 521 | result = std::gmtime(t);
|
|---|
| 522 | ^
|
|---|
| 523 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:494:24: note: 'gmtime' has been explicitly marked deprecated here
|
|---|
| 524 | _Check_return_ _CRT_INSECURE_DEPRECATE(gmtime_s)
|
|---|
| 525 | ^
|
|---|
| 526 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 527 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 528 | ^
|
|---|
| 529 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 530 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 531 | ^
|
|---|
| 532 | In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
|
|---|
| 533 | .\boost/wave/grammars/cpp_expression_grammar.hpp:829:18: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 534 | case T_CPPCOMMENT: // contains newline
|
|---|
| 535 | ^
|
|---|
| 536 | libs\wave\src\instantiate_cpp_exprgrammar.cpp:44:40: note: in instantiation of member function 'boost::wave::grammars::expression_grammar_gen<boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::evaluate' requested here
|
|---|
| 537 | template struct boost::wave::grammars::expression_grammar_gen<token_type>;
|
|---|
| 538 | ^
|
|---|
| 539 | In file included from libs\wave\src\instantiate_cpp_exprgrammar.cpp:24:
|
|---|
| 540 | .\boost/wave/grammars/cpp_expression_grammar.hpp:828:18: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 541 | case T_EOF:
|
|---|
| 542 | ^
|
|---|
| 543 | .\boost/wave/grammars/cpp_expression_grammar.hpp:827:18: error: case value evaluates to -1342176886, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 544 | case T_NEWLINE:
|
|---|
| 545 | ^
|
|---|
| 546 | .\boost/wave/grammars/cpp_expression_grammar.hpp:824:18: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 547 | case T_CCOMMENT:
|
|---|
| 548 | ^
|
|---|
| 549 | .\boost/wave/grammars/cpp_expression_grammar.hpp:823:18: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 550 | case T_SPACE2:
|
|---|
| 551 | ^
|
|---|
| 552 | .\boost/wave/grammars/cpp_expression_grammar.hpp:822:18: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 553 | case T_SPACE:
|
|---|
| 554 | ^
|
|---|
| 555 | 2 warnings and 6 errors generated.
|
|---|
| 556 | clang-linux.compile.c++.without-pth bin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi\instantiate_re2c_lexer.obj
|
|---|
| 557 |
|
|---|
| 558 | "C:/Program Files/LLVM/bin/clang.exe" -c -x c++ -O3 -Wno-inline -Wall -fmsc-version=1910 -DBOOST_USE_WINAPI_VERSION=0x0501 -DBOOST_USE_WINDOWS_H=1 -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG -I"." -o "bin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi\instantiate_re2c_lexer.obj" "libs\wave\src\instantiate_re2c_lexer.cpp"
|
|---|
| 559 |
|
|---|
| 560 | In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
|
|---|
| 561 | In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
|
|---|
| 562 | In file included from .\boost/spirit/include/classic_core.hpp:11:
|
|---|
| 563 | In file included from .\boost/spirit/home/classic/core.hpp:42:
|
|---|
| 564 | In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
|
|---|
| 565 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
|
|---|
| 566 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
|
|---|
| 567 | In file included from .\boost/thread/mutex.hpp:14:
|
|---|
| 568 | In file included from .\boost/thread/win32/mutex.hpp:9:
|
|---|
| 569 | In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
|
|---|
| 570 | In file included from .\boost/thread/thread_time.hpp:9:
|
|---|
| 571 | In file included from .\boost/date_time/time_clock.hpp:16:
|
|---|
| 572 | .\boost/date_time/c_time.hpp:101:23: warning: 'localtime' is deprecated: This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 573 | result = std::localtime(t);
|
|---|
| 574 | ^
|
|---|
| 575 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:504:9: note: 'localtime' has been explicitly marked deprecated here
|
|---|
| 576 | _CRT_INSECURE_DEPRECATE(localtime_s)
|
|---|
| 577 | ^
|
|---|
| 578 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 579 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 580 | ^
|
|---|
| 581 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 582 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 583 | ^
|
|---|
| 584 | In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
|
|---|
| 585 | In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
|
|---|
| 586 | In file included from .\boost/spirit/include/classic_core.hpp:11:
|
|---|
| 587 | In file included from .\boost/spirit/home/classic/core.hpp:42:
|
|---|
| 588 | In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
|
|---|
| 589 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
|
|---|
| 590 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
|
|---|
| 591 | In file included from .\boost/thread/mutex.hpp:14:
|
|---|
| 592 | In file included from .\boost/thread/win32/mutex.hpp:9:
|
|---|
| 593 | In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
|
|---|
| 594 | In file included from .\boost/thread/thread_time.hpp:9:
|
|---|
| 595 | In file included from .\boost/date_time/time_clock.hpp:16:
|
|---|
| 596 | .\boost/date_time/c_time.hpp:110:23: warning: 'gmtime' is deprecated: This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 597 | result = std::gmtime(t);
|
|---|
| 598 | ^
|
|---|
| 599 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:494:24: note: 'gmtime' has been explicitly marked deprecated here
|
|---|
| 600 | _Check_return_ _CRT_INSECURE_DEPRECATE(gmtime_s)
|
|---|
| 601 | ^
|
|---|
| 602 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 603 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 604 | ^
|
|---|
| 605 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 606 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 607 | ^
|
|---|
| 608 | In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
|
|---|
| 609 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:321:5: warning: 'vsprintf' is deprecated: This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 610 | vsprintf(buffer, msg, params);
|
|---|
| 611 | ^
|
|---|
| 612 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:347:9: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lexer' requested here
|
|---|
| 613 | : re2c_lexer(first, last, pos, language)
|
|---|
| 614 | ^
|
|---|
| 615 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 616 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 617 | ^
|
|---|
| 618 | libs\wave\src\instantiate_re2c_lexer.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 619 | template struct boost::wave::cpplexer::new_lexer_gen<
|
|---|
| 620 | ^
|
|---|
| 621 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\stdio.h:1798:5: note: 'vsprintf' has been explicitly marked deprecated here
|
|---|
| 622 | __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST(
|
|---|
| 623 | ^
|
|---|
| 624 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:731:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST'
|
|---|
| 625 | __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _CC, _FuncName, _FuncName##_s, _VFuncName, _VFuncName##_s, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1)
|
|---|
| 626 | ^
|
|---|
| 627 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:1815:17: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX'
|
|---|
| 628 | _CRT_INSECURE_DEPRECATE(_SecureVFuncName) _DeclSpec _ReturnType _CC _VFuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1, va_list _Args);
|
|---|
| 629 | ^
|
|---|
| 630 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 631 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 632 | ^
|
|---|
| 633 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 634 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 635 | ^
|
|---|
| 636 | In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
|
|---|
| 637 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 638 | case T_ANY_TRIGRAPH:
|
|---|
| 639 | ^
|
|---|
| 640 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 641 | lex_functor(IteratorT const &first, IteratorT const &last,
|
|---|
| 642 | ^
|
|---|
| 643 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 644 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 645 | ^
|
|---|
| 646 | libs\wave\src\instantiate_re2c_lexer.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 647 | template struct boost::wave::cpplexer::new_lexer_gen<
|
|---|
| 648 | ^
|
|---|
| 649 | In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
|
|---|
| 650 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 651 | case T_EOF:
|
|---|
| 652 | ^
|
|---|
| 653 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 654 | case T_PP_NUMBER:
|
|---|
| 655 | ^
|
|---|
| 656 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 657 | case T_ANY:
|
|---|
| 658 | ^
|
|---|
| 659 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 660 | case T_SPACE2:
|
|---|
| 661 | ^
|
|---|
| 662 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 663 | case T_SPACE:
|
|---|
| 664 | ^
|
|---|
| 665 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 666 | case T_CPPCOMMENT:
|
|---|
| 667 | ^
|
|---|
| 668 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 669 | case T_CCOMMENT:
|
|---|
| 670 | ^
|
|---|
| 671 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 672 | case T_ANY_TRIGRAPH:
|
|---|
| 673 | ^
|
|---|
| 674 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 675 | token_type& get(token_type& result) { return re2c_lexer.get(result); }
|
|---|
| 676 | ^
|
|---|
| 677 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 678 | lex_functor(IteratorT const &first, IteratorT const &last,
|
|---|
| 679 | ^
|
|---|
| 680 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 681 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 682 | ^
|
|---|
| 683 | libs\wave\src\instantiate_re2c_lexer.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 684 | template struct boost::wave::cpplexer::new_lexer_gen<
|
|---|
| 685 | ^
|
|---|
| 686 | In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
|
|---|
| 687 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 688 | case T_EOF:
|
|---|
| 689 | ^
|
|---|
| 690 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 691 | case T_PP_NUMBER:
|
|---|
| 692 | ^
|
|---|
| 693 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 694 | case T_ANY:
|
|---|
| 695 | ^
|
|---|
| 696 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 697 | case T_SPACE2:
|
|---|
| 698 | ^
|
|---|
| 699 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 700 | case T_SPACE:
|
|---|
| 701 | ^
|
|---|
| 702 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 703 | case T_CPPCOMMENT:
|
|---|
| 704 | ^
|
|---|
| 705 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 706 | case T_CCOMMENT:
|
|---|
| 707 | ^
|
|---|
| 708 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 709 | case T_ANY_TRIGRAPH:
|
|---|
| 710 | ^
|
|---|
| 711 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 712 | token_type& get(token_type& result) { return re2c_lexer.get(result); }
|
|---|
| 713 | ^
|
|---|
| 714 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 715 | lex_functor(IteratorT const &first, IteratorT const &last,
|
|---|
| 716 | ^
|
|---|
| 717 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 718 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 719 | ^
|
|---|
| 720 | libs\wave\src\instantiate_re2c_lexer.cpp:57:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<const char *, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 721 | template struct boost::wave::cpplexer::new_lexer_gen<
|
|---|
| 722 | ^
|
|---|
| 723 | In file included from libs\wave\src\instantiate_re2c_lexer.cpp:29:
|
|---|
| 724 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 725 | case T_EOF:
|
|---|
| 726 | ^
|
|---|
| 727 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 728 | case T_PP_NUMBER:
|
|---|
| 729 | ^
|
|---|
| 730 | fatal error: too many errors emitted, stopping now [-ferror-limit=]
|
|---|
| 731 | 3 warnings and 20 errors generated.
|
|---|
| 732 | clang-linux.compile.c++.without-pth bin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi\instantiate_re2c_lexer_str.obj
|
|---|
| 733 |
|
|---|
| 734 | "C:/Program Files/LLVM/bin/clang.exe" -c -x c++ -O3 -Wno-inline -Wall -fmsc-version=1910 -DBOOST_USE_WINAPI_VERSION=0x0501 -DBOOST_USE_WINDOWS_H=1 -pthread -m64 -DBOOST_ALL_NO_LIB=1 -DBOOST_THREAD_USE_LIB=1 -DNDEBUG -I"." -o "bin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi\instantiate_re2c_lexer_str.obj" "libs\wave\src\instantiate_re2c_lexer_str.cpp"
|
|---|
| 735 |
|
|---|
| 736 | In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
|
|---|
| 737 | In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
|
|---|
| 738 | In file included from .\boost/spirit/include/classic_core.hpp:11:
|
|---|
| 739 | In file included from .\boost/spirit/home/classic/core.hpp:42:
|
|---|
| 740 | In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
|
|---|
| 741 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
|
|---|
| 742 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
|
|---|
| 743 | In file included from .\boost/thread/mutex.hpp:14:
|
|---|
| 744 | In file included from .\boost/thread/win32/mutex.hpp:9:
|
|---|
| 745 | In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
|
|---|
| 746 | In file included from .\boost/thread/thread_time.hpp:9:
|
|---|
| 747 | In file included from .\boost/date_time/time_clock.hpp:16:
|
|---|
| 748 | .\boost/date_time/c_time.hpp:101:23: warning: 'localtime' is deprecated: This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 749 | result = std::localtime(t);
|
|---|
| 750 | ^
|
|---|
| 751 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:504:9: note: 'localtime' has been explicitly marked deprecated here
|
|---|
| 752 | _CRT_INSECURE_DEPRECATE(localtime_s)
|
|---|
| 753 | ^
|
|---|
| 754 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 755 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 756 | ^
|
|---|
| 757 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 758 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 759 | ^
|
|---|
| 760 | In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
|
|---|
| 761 | In file included from .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:25:
|
|---|
| 762 | In file included from .\boost/spirit/include/classic_core.hpp:11:
|
|---|
| 763 | In file included from .\boost/spirit/home/classic/core.hpp:42:
|
|---|
| 764 | In file included from .\boost/spirit/home/classic/core/non_terminal/grammar.hpp:21:
|
|---|
| 765 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/grammar.ipp:15:
|
|---|
| 766 | In file included from .\boost/spirit/home/classic/core/non_terminal/impl/object_with_id.ipp:17:
|
|---|
| 767 | In file included from .\boost/thread/mutex.hpp:14:
|
|---|
| 768 | In file included from .\boost/thread/win32/mutex.hpp:9:
|
|---|
| 769 | In file included from .\boost/thread/win32/basic_timed_mutex.hpp:16:
|
|---|
| 770 | In file included from .\boost/thread/thread_time.hpp:9:
|
|---|
| 771 | In file included from .\boost/date_time/time_clock.hpp:16:
|
|---|
| 772 | .\boost/date_time/c_time.hpp:110:23: warning: 'gmtime' is deprecated: This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 773 | result = std::gmtime(t);
|
|---|
| 774 | ^
|
|---|
| 775 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\time.h:494:24: note: 'gmtime' has been explicitly marked deprecated here
|
|---|
| 776 | _Check_return_ _CRT_INSECURE_DEPRECATE(gmtime_s)
|
|---|
| 777 | ^
|
|---|
| 778 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 779 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 780 | ^
|
|---|
| 781 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 782 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 783 | ^
|
|---|
| 784 | In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
|
|---|
| 785 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:321:5: warning: 'vsprintf' is deprecated: This function or variable may be unsafe. Consider using vsprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
|
|---|
| 786 | vsprintf(buffer, msg, params);
|
|---|
| 787 | ^
|
|---|
| 788 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:347:9: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lexer' requested here
|
|---|
| 789 | : re2c_lexer(first, last, pos, language)
|
|---|
| 790 | ^
|
|---|
| 791 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 792 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 793 | ^
|
|---|
| 794 | libs\wave\src\instantiate_re2c_lexer_str.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 795 | template struct boost::wave::cpplexer::new_lexer_gen<std::string::iterator>;
|
|---|
| 796 | ^
|
|---|
| 797 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\stdio.h:1798:5: note: 'vsprintf' has been explicitly marked deprecated here
|
|---|
| 798 | __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST(
|
|---|
| 799 | ^
|
|---|
| 800 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:731:5: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST'
|
|---|
| 801 | __DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX(_ReturnType, _ReturnPolicy, _DeclSpec, _CC, _FuncName, _FuncName##_s, _VFuncName, _VFuncName##_s, _SalAttributeDst, _DstType, _Dst, _TType1, _TArg1)
|
|---|
| 802 | ^
|
|---|
| 803 | C:\Program Files (x86)\Windows Kits\10\include\10.0.15063.0\ucrt\corecrt.h:1815:17: note: expanded from macro '__DEFINE_CPP_OVERLOAD_STANDARD_FUNC_0_1_ARGLIST_EX'
|
|---|
| 804 | _CRT_INSECURE_DEPRECATE(_SecureVFuncName) _DeclSpec _ReturnType _CC _VFuncName(_SalAttributeDst _DstType *_Dst, _TType1 _TArg1, va_list _Args);
|
|---|
| 805 | ^
|
|---|
| 806 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:251:55: note: expanded from macro '_CRT_INSECURE_DEPRECATE'
|
|---|
| 807 | #define _CRT_INSECURE_DEPRECATE(_Replacement) _CRT_DEPRECATE_TEXT( \
|
|---|
| 808 | ^
|
|---|
| 809 | C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Tools\MSVC\14.11.25503\include\vcruntime.h:241:47: note: expanded from macro '_CRT_DEPRECATE_TEXT'
|
|---|
| 810 | #define _CRT_DEPRECATE_TEXT(_Text) __declspec(deprecated(_Text))
|
|---|
| 811 | ^
|
|---|
| 812 | In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
|
|---|
| 813 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 814 | case T_ANY_TRIGRAPH:
|
|---|
| 815 | ^
|
|---|
| 816 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 817 | lex_functor(IteratorT const &first, IteratorT const &last,
|
|---|
| 818 | ^
|
|---|
| 819 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 820 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 821 | ^
|
|---|
| 822 | libs\wave\src\instantiate_re2c_lexer_str.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 823 | template struct boost::wave::cpplexer::new_lexer_gen<std::string::iterator>;
|
|---|
| 824 | ^
|
|---|
| 825 | In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
|
|---|
| 826 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 827 | case T_EOF:
|
|---|
| 828 | ^
|
|---|
| 829 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 830 | case T_PP_NUMBER:
|
|---|
| 831 | ^
|
|---|
| 832 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 833 | case T_ANY:
|
|---|
| 834 | ^
|
|---|
| 835 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 836 | case T_SPACE2:
|
|---|
| 837 | ^
|
|---|
| 838 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 839 | case T_SPACE:
|
|---|
| 840 | ^
|
|---|
| 841 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 842 | case T_CPPCOMMENT:
|
|---|
| 843 | ^
|
|---|
| 844 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 845 | case T_CCOMMENT:
|
|---|
| 846 | ^
|
|---|
| 847 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 848 | case T_ANY_TRIGRAPH:
|
|---|
| 849 | ^
|
|---|
| 850 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 851 | token_type& get(token_type& result) { return re2c_lexer.get(result); }
|
|---|
| 852 | ^
|
|---|
| 853 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 854 | lex_functor(IteratorT const &first, IteratorT const &last,
|
|---|
| 855 | ^
|
|---|
| 856 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 857 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 858 | ^
|
|---|
| 859 | libs\wave\src\instantiate_re2c_lexer_str.cpp:55:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 860 | template struct boost::wave::cpplexer::new_lexer_gen<std::string::iterator>;
|
|---|
| 861 | ^
|
|---|
| 862 | In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
|
|---|
| 863 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 864 | case T_EOF:
|
|---|
| 865 | ^
|
|---|
| 866 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 867 | case T_PP_NUMBER:
|
|---|
| 868 | ^
|
|---|
| 869 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:242:10: error: case value evaluates to -1610612339, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 870 | case T_ANY:
|
|---|
| 871 | ^
|
|---|
| 872 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:241:10: error: case value evaluates to -805305975, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 873 | case T_SPACE2:
|
|---|
| 874 | ^
|
|---|
| 875 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:240:10: error: case value evaluates to -805305976, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 876 | case T_SPACE:
|
|---|
| 877 | ^
|
|---|
| 878 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:239:10: error: case value evaluates to -804257404, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 879 | case T_CPPCOMMENT:
|
|---|
| 880 | ^
|
|---|
| 881 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:238:10: error: case value evaluates to -804257405, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 882 | case T_CCOMMENT:
|
|---|
| 883 | ^
|
|---|
| 884 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:272:10: error: case value evaluates to -1608515187, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 885 | case T_ANY_TRIGRAPH:
|
|---|
| 886 | ^
|
|---|
| 887 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:352:61: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lexer<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 888 | token_type& get(token_type& result) { return re2c_lexer.get(result); }
|
|---|
| 889 | ^
|
|---|
| 890 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:345:5: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::get' requested here
|
|---|
| 891 | lex_functor(IteratorT const &first, IteratorT const &last,
|
|---|
| 892 | ^
|
|---|
| 893 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:414:16: note: in instantiation of member function 'boost::wave::cpplexer::re2clex::lex_functor<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::lex_functor' requested here
|
|---|
| 894 | return new lex_functor<IteratorT, PositionT, TokenT>(first, last, pos, language);
|
|---|
| 895 | ^
|
|---|
| 896 | libs\wave\src\instantiate_re2c_lexer_str.cpp:56:40: note: in instantiation of member function 'boost::wave::cpplexer::new_lexer_gen<std::_String_const_iterator<std::_String_val<std::_Simple_types<char> > >, boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > >, boost::wave::cpplexer::lex_token<boost::wave::util::file_position<boost::wave::util::flex_string<char, std::char_traits<char>, std::allocator<char>, boost::wave::util::CowString<boost::wave::util::AllocatorStringStorage<char, std::allocator<char> >, char *> > > > >::new_lexer' requested here
|
|---|
| 897 | template struct boost::wave::cpplexer::new_lexer_gen<std::string::const_iterator>;
|
|---|
| 898 | ^
|
|---|
| 899 | In file included from libs\wave\src\instantiate_re2c_lexer_str.cpp:29:
|
|---|
| 900 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:248:10: error: case value evaluates to -1073741423, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 901 | case T_EOF:
|
|---|
| 902 | ^
|
|---|
| 903 | .\boost/wave/cpplexer/re2clex/cpp_re2c_lexer.hpp:243:10: error: case value evaluates to -536346221, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
|
|---|
| 904 | case T_PP_NUMBER:
|
|---|
| 905 | ^
|
|---|
| 906 | fatal error: too many errors emitted, stopping now [-ferror-limit=]
|
|---|
| 907 | 3 warnings and 20 errors generated.
|
|---|
| 908 | ...skipped <pbin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi>libboost_wave-clang50-mt-1_65.lib(clean) for lack of <pbin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi>instantiate_cpp_exprgrammar.obj...
|
|---|
| 909 | ...skipped <pbin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi>libboost_wave-clang50-mt-1_65.lib for lack of <pbin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi>instantiate_cpp_exprgrammar.obj...
|
|---|
| 910 | ...skipped <pstage\lib>libboost_wave-clang50-mt-1_65.lib for lack of <pbin.v2\libs\wave\build\clang-linux-5.0\release\link-static\threading-multi>libboost_wave-clang50-mt-1_65.lib...
|
|---|
| 911 | ...failed updating 6 targets...
|
|---|