mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 12:54:25 +02:00
fix: MSVC shadowing warning disabled for fmt_unit_test.cpp
This commit is contained in:
@@ -20,6 +20,12 @@
|
|||||||
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
// SOFTWARE.
|
// SOFTWARE.
|
||||||
|
|
||||||
|
#include "units/bits/external/hacks.h"
|
||||||
|
|
||||||
|
#if defined(UNITS_COMP_MSVC)
|
||||||
|
#pragma warning( disable : 4459 ) // Disable shadowing warning.
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "units/format.h"
|
#include "units/format.h"
|
||||||
#include "units/isq/iec80000/iec80000.h"
|
#include "units/isq/iec80000/iec80000.h"
|
||||||
#include "units/isq/si/si.h"
|
#include "units/isq/si/si.h"
|
||||||
|
Reference in New Issue
Block a user