how to disable specific warning when -Wall is enabled
Posted
by pierr
on Stack Overflow
See other posts from Stack Overflow
or by pierr
Published on 2010-04-09T06:39:25Z
Indexed on
2010/04/09
6:43 UTC
Read the original article
Hit count: 368
Hi,
I have used -Wall -Werror
in my Makefile but I want to disable following specific type of warning :
warning: '_wrap_delete_DMXTSFILTER' defined but not used
How shoud I do that?
© Stack Overflow or respective owner