Skip to content

Commit

Permalink
COMP: Update KWStyle to fix compile warnings on Ubuntu 20.04
Browse files Browse the repository at this point in the history
KWStyle/kwsCheckLineLength.cxx:83:27: warning: '%ld' directive writing between 1 and 20 bytes into a region of size 10 [-Wformat-overflow=]
  • Loading branch information
dzenanz committed May 5, 2021
1 parent f3108c7 commit 32501b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/KWStyle/BuildKWStyle.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set(CMAKE_C_COMPILER_LAUNCHER_FLAG -DCMAKE_C_COMPILER_LAUNCHER:FILEPATH=${CMAKE_
if(NOT TARGET KWStyle)
ExternalProject_add(KWStyle
GIT_REPOSITORY "${git_protocol}://github.com/Kitware/KWStyle.git"
GIT_TAG d4df63060dfa5aa750cc35023a73c25ef1162069
GIT_TAG 39aaf6cc9d56ae1cbf28f098ade3df1f58131c01
UPDATE_COMMAND ""
DOWNLOAD_DIR ${KWStyle_SOURCE_DIR}
SOURCE_DIR ${KWStyle_SOURCE_DIR}
Expand Down

0 comments on commit 32501b4

Please sign in to comment.