mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +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