-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This transitions from Qt5 to Qt6.
- Loading branch information
Showing
3 changed files
with
19 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
x11-packages/wireshark-qt/tools-lemon-CMakeLists.txt.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff -u -r ../wireshark-4.4.1/tools/lemon/CMakeLists.txt ./tools/lemon/CMakeLists.txt | ||
--- ../wireshark-4.4.1/tools/lemon/CMakeLists.txt 2024-10-09 18:08:09.000000000 +0000 | ||
+++ ./tools/lemon/CMakeLists.txt 2024-10-22 21:01:45.426873365 +0000 | ||
@@ -22,11 +22,6 @@ | ||
else() | ||
target_compile_options(lemon PRIVATE -w) | ||
endif() | ||
-if(CMAKE_C_COMPILER_ID MATCHES "Clang") | ||
- # Disable static analysis for lemon source code. These issues don't | ||
- # affect Wireshark at runtime. | ||
- target_compile_options(lemon PRIVATE -Xclang -analyzer-disable-all-checks) | ||
-endif() | ||
if(DEFINED NO_SANITIZE_CFLAGS) | ||
target_compile_options(lemon PRIVATE ${NO_SANITIZE_CFLAGS}) | ||
endif() |