serialization: cborparser - silence gcc warning
Change-Id: Ic28f85e7f6efbd65c79d67ce2fb3a367f36412fb Pick-to: 6.7 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
5e5e6240c2
commit
381d6b5ac9
@ -29,6 +29,7 @@ static CborError qt_cbor_decoder_transfer_string(void *token, const void **userp
|
|||||||
|
|
||||||
QT_WARNING_PUSH
|
QT_WARNING_PUSH
|
||||||
QT_WARNING_DISABLE_MSVC(4334) // '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
|
QT_WARNING_DISABLE_MSVC(4334) // '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)
|
||||||
|
QT_WARNING_DISABLE_GCC("-Wimplicit-fallthrough")
|
||||||
|
|
||||||
#include <cborparser.c>
|
#include <cborparser.c>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user