mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 11:23:26 +01:00
epee: disable a spurious warning for a storage function
This commit is contained in:
parent
8d511f3c24
commit
9ff8e139cd
@ -47,6 +47,7 @@ namespace epee
|
|||||||
|
|
||||||
PRAGMA_WARNING_PUSH
|
PRAGMA_WARNING_PUSH
|
||||||
PRAGMA_GCC("GCC diagnostic ignored \"-Wstrict-aliasing\"")
|
PRAGMA_GCC("GCC diagnostic ignored \"-Wstrict-aliasing\"")
|
||||||
|
PRAGMA_GCC("GCC diagnostic ignored \"-Wtautological-constant-out-of-range-compare\"")
|
||||||
template<class t_stream>
|
template<class t_stream>
|
||||||
size_t pack_varint(t_stream& strm, size_t val)
|
size_t pack_varint(t_stream& strm, size_t val)
|
||||||
{ //the first two bits always reserved for size information
|
{ //the first two bits always reserved for size information
|
||||||
|
Loading…
Reference in New Issue
Block a user