Skip to content

Commit 4330300

Browse files
committed
cmake, qt: Silence -Wno-trailing-whitespace compiler warnings
1 parent 88f7244 commit 4330300

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/qt/CMakeLists.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ add_custom_command(
8080
)
8181
unset(qm_files)
8282

83+
set_property(
84+
SOURCE
85+
${CMAKE_CURRENT_BINARY_DIR}/qrc_bitcoin.cpp
86+
${CMAKE_CURRENT_BINARY_DIR}/qrc_bitcoin_locale.cpp
87+
PROPERTY COMPILE_OPTIONS
88+
-Wno-trailing-whitespace
89+
)
90+
8391
# The bitcoinqt sources have to include headers in
8492
# order to parse them to collect translatable strings.
8593
add_library(bitcoinqt STATIC EXCLUDE_FROM_ALL

0 commit comments

Comments
 (0)