Skip to content

Commit

Permalink
feat: enable Clang documentation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
gjasny authored and Naios committed Mar 24, 2021
1 parent a92427b commit 51b95de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/compiler/clang.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Enable full warnings
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -pedantic -Wextra")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wdocumentation -pedantic -Wextra")

if (FU2_WITH_NO_EXCEPTIONS)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-exceptions")
Expand Down

0 comments on commit 51b95de

Please sign in to comment.