Clang 3.5 reports error: "error: destination for this 'memset' call is a pointer to class containing a dynamic class 'S2Cell'; vtable pointer will be overwritten"

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Major - P3
    • None
    • Affects Version/s: 2.7.6
    • Component/s: Geo
    • None
    • Environment:
      Linux (Clang 3.5)
    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      src/third_party/s2/s2regioncoverer.cc:116:10: error: destination for this 'memset' call is a pointer to class containing a dynamic class 'S2Cell'; vtable pointer will be overwritten
            [-Werror,-Wdynamic-class-memaccess]
        memset(candidate, 0, size);
        ~~~~~~ ^
      src/third_party/s2/s2regioncoverer.cc:116:10: note: explicitly cast the pointer to silence this warning
        memset(candidate, 0, size);
               ^
               (void*)
      

            Assignee:
            Unassigned
            Reporter:
            Tyler Brock (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: