Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-3385

warning: format ‘%lu’ expects ‘long unsigned int’, but has type ‘std::basic_string<char>::size_type {aka unsigned int}

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 0.10.0
    • C++ - Library
    • None

    Description

      make check for C++ produces the following:

      src/TestClient.cpp: In function ‘int main(int, char**)’:
      src/TestClient.cpp:486:58: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘std::basic_string<char>::size_type {aka unsigned int}’ [-Wformat=]
      

      ___
      EDIT: sorry for the noise

      Attachments

        Issue Links

          Activity

            People

              jensg Jens Geyer
              jensg Jens Geyer
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: