Skip to content

Commit

Permalink
configure: Remove the -W argument
Browse files Browse the repository at this point in the history
This did nothing since the port to CMake, it's undocumented, and we
didn't receive any complaints about its brokenness.

Use CMAKE_CXX_FLAGS to pass arguments like -Wall to the compiler when
building Qt.

Change-Id: Id9976167013607a88959416f789754186a7ed121
Reviewed-by:  Alexey Edelev <[email protected]>
  • Loading branch information
jobor committed Mar 26, 2024
1 parent 1ebee89 commit e685bfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qt_cmdline.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ qt_commandline_prefix(F fpaths)
qt_commandline_prefix(I includes)
qt_commandline_prefix(L lpaths)
qt_commandline_prefix(R rpaths)
qt_commandline_prefix(W wflags)

function(qt_commandline_cxxstd arg val nextok)
if("${val}" STREQUAL "")
Expand Down

0 comments on commit e685bfe

Please sign in to comment.