repo.or.cz
/
pulseview.git
/
commitdiff
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
raw
|
patch
|
inline
|
side by side
(parent:
f48be9a
)
CMakeLists.txt: Remove -Wunqualified-std-cast-call
master
author
Soeren Apel
<
[email protected]
>
Sat, 31 Aug 2024 18:51:16 +0000
(31 20:51 +0200)
committer
Soeren Apel
<
[email protected]
>
Sat, 31 Aug 2024 18:51:16 +0000
(31 20:51 +0200)
CMakeLists.txt
patch
|
blob
|
blame
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
b2cf281
..
ec86073
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-563,7
+563,7
@@
endif()
add_definitions(-DQT_NO_KEYWORDS)
add_definitions(-D__STDC_LIMIT_MACROS)
-add_definitions(-Wall -Wextra
-Wunqualified-std-cast-call
)
+add_definitions(-Wall -Wextra)
add_definitions(${REQUIRED_STD_CXX_FLAGS})
add_definitions(-DBOOST_MATH_DISABLE_FLOAT128=1)