Skip to content

Commit

Permalink
Refactoring: modernize g_inputFiles and the parameters of readFileOrD…
Browse files Browse the repository at this point in the history
…irectory
  • Loading branch information
doxygen committed Apr 30, 2020
1 parent 6ca67aa commit f07af12
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 113 deletions.
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@ add_library(_doxygen STATIC
xmlgen.cpp
)

# LLVM/clang headers give a lot of warnings with -Wshadow and -Wcast-align so we disable them for
# the one file that includes them
set_source_files_properties(clangparser.cpp PROPERTIES COMPILE_FLAGS "-Wno-shadow -Wno-cast-align")

##foreach(lex_file ${LEX_FILES})
##add_library(_doxygen STATIC ${GENERATED_SRC}/${lex_file}.l.h)
##endforeach()
Expand Down
Loading

0 comments on commit f07af12

Please sign in to comment.