serialization: cborparser - silence gcc warning

Change-Id: Ic28f85e7f6efbd65c79d67ce2fb3a367f36412fb
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 381d6b5ac909b0f1a03f1f74b1e97b0a70abf43f)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tim Blechmann 2024-02-07 11:01:11 +08:00 committed by Qt Cherry-pick Bot
parent 5ef06fd8d1
commit 7c0ca6e3c9

View File

@ -29,6 +29,7 @@ static CborError qt_cbor_decoder_transfer_string(void *token, const void **userp
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_GCC("-Wimplicit-fallthrough")
#include <cborparser.c>