Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
c6a0166cda [web_service] fix license 2025-07-27 14:46:54 +02:00
e52b573133 [deps] update cpp-jwt 2025-07-27 14:46:54 +02:00
2 changed files with 4 additions and 1 deletions

2
externals/cpp-jwt vendored

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

View file

@ -1,9 +1,12 @@
// SPDX-FileCopyrightText: Copyright 2025 Eden Emulator Project
// SPDX-License-Identifier: GPL-3.0-or-later
// SPDX-FileCopyrightText: Copyright 2018 Citra Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#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>