Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings on GCC 6 and later (closes #666) #667

Merged
merged 1 commit into from
Jun 27, 2016
Merged

Commits on Jun 23, 2016

  1. Fix warnings on GCC 6 and later (closes Tencent#666)

    * document.h
      * suppress -Wterminate on GCC 6.x and later
      * simplify warning handling
    * schema.h
      * drop RAPIDJSON_NOEXCEPT from GenericSchemaDocument constructor
        (calls RAPIDJSON_NEW anyway)
      * simplify warning handling
        (avoids RAPIDJSON_POP mismatch on Clang)
    * encodingtest.cpp, istreamwrappertest.cpp
      * work around -Wdangling-else
    * readertest.cpp
      * suppress -Wdangling-else
    pah committed Jun 23, 2016
    Configuration menu
    Copy the full SHA
    f6a0769 View commit details
    Browse the repository at this point in the history