bytedance / sonic-cpp

A fast JSON serializing & deserializing library, accelerated by SIMD.
Apache License 2.0
835 stars 101 forks source link

fix: gcc and clang compile warnings #15

Closed liuq19 closed 1 year ago

liuq19 commented 1 year ago

Main Changes

  1. modified bazel to expose the warnings when compiling the unit tests.
  2. fixed the compiling warnings exposed in step 1.