1. 26 Aug, 2017 4 commits
  2. 20 Aug, 2017 1 commit
  3. 13 Aug, 2017 1 commit
  4. 30 Jul, 2017 1 commit
  5. 29 Jul, 2017 1 commit
  6. 26 Jul, 2017 3 commits
  7. 24 Jul, 2017 2 commits
    • Victor Zverovich's avatar
      Suppress warning about missing noreturn attribute (#549) · da439f28
      Victor Zverovich authored
      Suppress warning about missing noreturn attribute
      
      Adding `[[noreturn]]` to `report_unknown_type` suppresses the Clang/GCC `-Wmissing-noreturn` warning:
      
      Clang outputs:
      
          .../fmt/fmt/format.cc:294:74: warning:
                function 'report_unknown_type' could be declared with
                attribute 'noreturn' [-Wmissing-noreturn]
            ...code, const char *type) {
                                       ^
      
      GCC outputs:
      
          .../fmt/fmt/format.cc:294:74: warning: function might be candidate for
              attribute 'noreturn' [-Wsuggest-attribute=noreturn]
            ...code, const char *type) {
                                       ^
      
      Cherry-picked d16c4d.
      da439f28
    • Victor Zverovich's avatar
      Fix an unused argument warning · eefdb379
      Victor Zverovich authored
      eefdb379
  8. 22 Jul, 2017 1 commit
  9. 17 Jul, 2017 1 commit
  10. 15 Jul, 2017 1 commit
  11. 13 Jul, 2017 2 commits
  12. 12 Jul, 2017 4 commits
  13. 26 Mar, 2017 1 commit
  14. 25 Mar, 2017 2 commits
  15. 12 Mar, 2017 1 commit
  16. 11 Mar, 2017 2 commits
  17. 09 Mar, 2017 1 commit
  18. 08 Mar, 2017 1 commit
  19. 04 Mar, 2017 1 commit
  20. 24 Feb, 2017 1 commit
  21. 21 Feb, 2017 1 commit
  22. 19 Feb, 2017 1 commit
  23. 18 Feb, 2017 4 commits
  24. 17 Feb, 2017 2 commits