Looks good, thanks. Ethan
On Sun, May 13, 2012 at 4:58 PM, Ben Pfaff <b...@nicira.com> wrote: > This makes clang less confused. > > Signed-off-by: Ben Pfaff <b...@nicira.com> > --- > lib/ofp-parse.c | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/lib/ofp-parse.c b/lib/ofp-parse.c > index 034a6de..fc86442 100644 > --- a/lib/ofp-parse.c > +++ b/lib/ofp-parse.c > @@ -41,6 +41,9 @@ > > VLOG_DEFINE_THIS_MODULE(ofp_parse); > > +static void ofp_fatal(const char *flow, bool verbose, const char *format, > ...) > + NO_RETURN; > + > static uint8_t > str_to_table_id(const char *str) > { > -- > 1.7.2.5 > > _______________________________________________ > dev mailing list > dev@openvswitch.org > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev