wc-duck / datalibrary

Open Source Data Library for data serialization.
Other
42 stars 8 forks source link

DL requires silencing of 2 warnings on msvc to compile "cleanly" #149

Open wc-duck opened 1 year ago

wc-duck commented 1 year ago

DL should compile cleanly out of the box, today to compile with /W4 on msvc you need to silence warning C4324 C4127", see https://github.com/wc-duck/datalibrary/blob/master/bam.lua#L181 These are imho quite silly warnings, but regardless of what I think they are there and need to be handled. Silence these in code or fix the code!