lairworks / nas2d-core

NAS2D is an open source, object oriented 2D game development framework written in portable C++.
http://nas2d.lairworks.com
zlib License
10 stars 6 forks source link

Extract `constexpr` boolean for `isBigEndian` #1137

Closed DanRStevens closed 1 year ago

DanRStevens commented 1 year ago

This fixes the MSVC warning:

error C6326: Potential comparison of a constant with another constant.

This warning is strangely only seen when turning off Code Analysis.

Example: https://github.com/lairworks/nas2d-core/actions/runs/5189104022/jobs/9353627895