ibireme / yyjson

The fastest JSON library in C
https://ibireme.github.io/yyjson/doc/doxygen/html/
MIT License
3.12k stars 267 forks source link

Suppress C4800 warning (MSVC 2015 and earlier) #26

Closed parkertomatoes closed 3 years ago

parkertomatoes commented 3 years ago

This warning lights up a few times in the header when compiling with MSVC 2015. It was turned off by default in later versions due to noise.

codecov[bot] commented 3 years ago

Codecov Report

Merging #26 (36e8229) into master (31313e8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   97.64%   97.64%           
=======================================
  Files           2        2           
  Lines        1826     1826           
=======================================
  Hits         1783     1783           
  Misses         43       43           
Impacted Files Coverage Δ
src/yyjson.h 93.84% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 31313e8...36e8229. Read the comment docs.