Skip to content

Commit

Permalink
Fix silly error in cppchecktargets
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Nov 8, 2010
1 parent d1e81f4 commit 2d25566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CppcheckTargets.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function(add_cppcheck_sources _targetname)
list(APPEND
CPPCHECK_FAIL_REGULAR_EXPRESSION
${CPPCHECK_WARN_REGULAR_EXPRESSION})
list(REMOVE_AT _input ${_unused_func})
list(REMOVE_AT _input ${_fail_on_warn})
endif()

set(_files)
Expand Down

0 comments on commit 2d25566

Please sign in to comment.