Skip to content
Snippets Groups Projects
Commit 2f3dc12a authored by zwelch's avatar zwelch
Browse files

Add -Wredundant-decls to prevent unwanted duplicate declarations.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1562 b42882b7-edfa-0310-969c-e2dbd0fdcd60
parent a8f13079
No related branches found
No related tags found
No related merge requests found
......@@ -779,6 +779,7 @@ if test "${gcc_wextra}" = yes; then
GCC_WARNINGS="${GCC_WARNINGS} -Wextra -Wno-unused-parameter"
GCC_WARNINGS="${GCC_WARNINGS} -Wbad-function-cast"
GCC_WARNINGS="${GCC_WARNINGS} -Wcast-align"
GCC_WARNINGS="${GCC_WARNINGS} -Wredundant-decls"
fi
if test "${gcc_werror}" = yes; then
GCC_WARNINGS="${GCC_WARNINGS} -Werror"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment