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