Change __FUNCTION__ to __func__ as info gcc said that
`__FUNCTION__' is another name for `__func__'. Older versions of GCC
recognize only this name. However, it is not standardized. For
maximum portability, we recommend you use `__func__', but provide a
fallback definition with the preprocessor:
Original issue reported on code.google.com by det...@gmail.com on 12 Nov 2008 at 6:56
Original issue reported on code.google.com by
det...@gmail.com
on 12 Nov 2008 at 6:56