1. 27 Aug, 2017 7 commits
  2. 26 Aug, 2017 7 commits
  3. 20 Aug, 2017 1 commit
  4. 13 Aug, 2017 1 commit
  5. 30 Jul, 2017 1 commit
  6. 29 Jul, 2017 1 commit
  7. 26 Jul, 2017 3 commits
  8. 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
  9. 22 Jul, 2017 1 commit
  10. 17 Jul, 2017 1 commit
  11. 15 Jul, 2017 1 commit
  12. 13 Jul, 2017 2 commits
  13. 12 Jul, 2017 4 commits
  14. 26 Mar, 2017 1 commit
  15. 25 Mar, 2017 2 commits
  16. 12 Mar, 2017 1 commit
  17. 11 Mar, 2017 2 commits
  18. 09 Mar, 2017 1 commit
  19. 08 Mar, 2017 1 commit