From c6a474aa96bd9b064f2639d7871e0b808b45eac2 Mon Sep 17 00:00:00 2001
From: Adrien Beraud <adrien.beraud@savoirfairelinux.com>
Date: Wed, 18 Dec 2024 14:37:10 -0500
Subject: [PATCH] uri: fallthrough

Change-Id: I7713852196ab8823149014fdfcf970b4c0290109
---
 src/libclient/uri.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libclient/uri.cpp b/src/libclient/uri.cpp
index df51589da..b60a94274 100644
--- a/src/libclient/uri.cpp
+++ b/src/libclient/uri.cpp
@@ -297,7 +297,7 @@ URIPimpl::checkIp(const QString& str, bool& isHash, const URI::SchemeType& schem
             isHash = false;
             sc++;
             // No break
-            [[clang::fallthrough]];
+            [[fallthrough]];
         case 'A':
         case 'B':
         case 'C':
-- 
GitLab