Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. ./du12l.cpp: In function 'yy::mlaskal_parser::symbol_type yylex(mlc::yyscan_t2, mlc::MlaskalCtx*)':
  2. ./du12l.cpp:3266:25: warning: ISO C++1z does not allow 'register' storage class specifier [-Wregister]
  3. register yy_state_type yy_current_state;
  4. ^~~~~~~~~~~~~~~~
  5. ./du12l.cpp:3267:17: warning: ISO C++1z does not allow 'register' storage class specifier [-Wregister]
  6. register char *yy_cp, *yy_bp;
  7. ^~~~~
  8. ./du12l.cpp:3267:25: warning: ISO C++1z does not allow 'register' storage class specifier [-Wregister]
  9. register char *yy_cp, *yy_bp;
  10. ^~~~~
  11. ./du12l.cpp:3268:15: warning: ISO C++1z does not allow 'register' storage class specifier [-Wregister]
  12. register int yy_act;
  13. ^~~~~~
  14. ./du12l.cpp: In function 'int yy_get_next_buffer(yyscan_t)':
  15. ./du12l.cpp:3872:17: warning: ISO C++1z does not allow 'register' storage class specifier [-Wregister]
  16. register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
  17. ^~~~
  18. ./du12l.cpp:3873:17: warning: ISO C++1z does not allow 'register' storage class specifier [-Wregister]
  19. register char *source = yyg->yytext_ptr;
  20. ^~~~~~
  21. ./du12l.cpp:3874:15: warning: ISO C++1z does not allow 'register' storage class specifier [-Wregister]
  22. register int number_to_move, i;
  23. ^~~~~~~~~~~~~~
  24. ./du12l.cpp:3874:31: warning: ISO C++1z does not allow 'register' storage class specifier [-Wregister]
  25. register int number_to_move, i;
  26. ^
  27. ./du12l.cpp: In function 'yy_state_type yy_get_previous_state(yyscan_t)':
  28. ./du12l.cpp:4006:25: warning: ISO C++1z does not allow 'register' storage class specifier [-Wregister]
  29. register yy_state_type yy_current_state;
  30. ^~~~~~~~~~~~~~~~
  31. ./du12l.cpp:4007:17: warning: ISO C++1z does not allow 'register' storage class specifier [-Wregister]
  32. register char *yy_cp;
  33. ^~~~~
  34. ./du12l.cpp: In function 'yy_state_type yy_try_NUL_trans(yy_state_type, yyscan_t)':
  35. ./du12l.cpp:4037:15: warning: ISO C++1z does not allow 'register' storage class specifier [-Wregister]
  36. register int yy_is_jam;
  37. ^~~~~~~~~
  38. ./du12l.cpp:4039:17: warning: ISO C++1z does not allow 'register' storage class specifier [-Wregister]
  39. register char *yy_cp = yyg->yy_c_buf_p;
  40. ^~~~~
  41. In file included from dummyg.cpp:46:0:
  42. D:\bednarek\@SVN\mlaskal\public-ro\mlc\src\dummyg.y:28:0: warning: "YY_NULLPTR" redefined
  43. dummyg.cpp:40:0: note: this is the location of the previous definition
  44. # define YY_NULLPTR nullptr
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement