Advertisement
FacetedFox

Untitled

Jan 14th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1.  
  2. In file included from parser-cat.cc:34:
  3. ./parser.hh:173:1: warning: declaration does not declare anything [-Wmissing-declarations]
  4. enum {
  5. ^
  6. In file included from parser-cat.cc:35:
  7. ./parser-glue.hh:284:29: error: no member named 'clamp' in namespace 'std'
  8. return std::clamp(v, min_v, max_v);
  9. ~~~~~^
  10. ./parser-glue.hh:278:30: error: no return statement in constexpr function
  11. inline constexpr int param(unsigned int idx,
  12. ^
  13. ./parser-glue.hh:384:29: error: no member named 'clamp' in namespace 'std'
  14. return std::clamp(v, min_v, max_v);
  15. ~~~~~^
  16. ./parser-glue.hh:378:30: error: no return statement in constexpr function
  17. inline constexpr int collect1(unsigned int idx,
  18. ^
  19. parser-cat.cc:530:22: error: case value evaluates to -1, which cannot be narrowed to type 'unsigned int' [-Wc++11-narrowing]
  20. case -1:
  21. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement