[deps] update cpp-jwt

This commit is contained in:
lizzie 2025-07-23 21:11:45 +01:00 committed by crueter
parent b2914247c3
commit e52b573133
2 changed files with 2 additions and 1 deletions

2
externals/cpp-jwt vendored

@ -1 +1 @@
Subproject commit 10ef5735d842b31025f1257ae78899f50a40fb14
Subproject commit a54fa08a3bc929ce16cd84264bb0653e548955f9

View file

@ -4,6 +4,7 @@
#if defined(__GNUC__) || defined(__clang__)
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
#pragma GCC diagnostic ignored "-Wmissing-declarations"
#pragma GCC diagnostic ignored "-Wdeprecated-declarations" // for deprecated OpenSSL functions
#endif
#include <jwt/jwt.hpp>