From 4cb698292730379d4794a29bb7e68535a7f82e18 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 18 May 2012 00:00:21 +0000 Subject: praise clang++ --- ev++.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ev++.h') diff --git a/ev++.h b/ev++.h index 283f6eb..f6c0d25 100644 --- a/ev++.h +++ b/ev++.h @@ -552,12 +552,12 @@ namespace ev { return ev_embeddable_backends (); } - inline void set_allocator (void *(*cb)(void *ptr, long size)) throw () + inline void set_allocator (void *(*cb)(void *ptr, long size) throw ()) throw () { ev_set_allocator (cb); } - inline void set_syserr_cb (void (*cb)(const char *msg)) throw () + inline void set_syserr_cb (void (*cb)(const char *msg) throw ()) throw () { ev_set_syserr_cb (cb); } -- cgit v1.2.3