Tencent / rapidjson

A fast JSON parser/generator for C++ with both SAX/DOM style API
http://rapidjson.org/
Other
14k stars 3.5k forks source link

Add argument for variadic macro #2247

Closed EstherWx closed 5 months ago

EstherWx commented 5 months ago

To eliminate the warning for gnu-zero-variadic-macro-arguments, add an argument for the variadic macro argument in the TYPED_TEST_CASE macro call.

Replace TYPED_TEST_CASE with TYPED_TEST_SUITE because TYPED_TEST_CASE has been deprecated.