mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-25 08:00:22 +00:00
Fix #ifdef for pragma
This commit is contained in:
@@ -401,7 +401,7 @@ namespace NumberToStringConverters
|
||||
}
|
||||
return printDigits (t, n);
|
||||
}
|
||||
#ifndef _MSC_VER
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning (pop)
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user