Skip to content

Commit

Permalink
Fix command line in test/cfg/gtk.c
Browse files Browse the repository at this point in the history
--library=gtk was given twice and the file had an incorrect name.
  • Loading branch information
ptomato committed Jan 4, 2024
1 parent b1699e4 commit 18a112e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cfg/gtk.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Test library configuration for gtk.cfg
//
// Usage:
// $ cppcheck --check-library --library=gtk --enable=style,information --inconclusive --error-exitcode=1 --disable=missingInclude --inline-suppr --library=gtk test/cfg/gtk.cpp
// $ cppcheck --check-library --enable=style,information --inconclusive --error-exitcode=1 --disable=missingInclude --inline-suppr --library=gtk test/cfg/gtk.c
// =>
// No warnings about bad library configuration, unmatched suppressions, etc. exitcode=0
//
Expand Down

0 comments on commit 18a112e

Please sign in to comment.