Commit 2cb2a054 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: remove warnings in pfilter.c

In this commit:

   40b87d1c trivial: remove debug prints from pfilter

I made an error. By defining pfilter_dbg to nothing the arguments remained,
a a parens-enclosed comma expression with no effects. This fixes the
mishap and the related compiler warnings.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 14cbd45a
......@@ -23,7 +23,7 @@
extern uint32_t _binary_rules_pfilter_bin_start[];
extern uint32_t _binary_rules_pfilter_bin_end[];
#define pfilter_dbg /* nothing */
#define pfilter_dbg(fmt, ...) /* nothing */
extern volatile struct EP_WB *EP;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment