On Thu, Sep 30, 2010 at 2:47 PM, Marc Andre Tanner <[email protected]> wrote: > diff --git a/src/include/eina_error.h b/src/include/eina_error.h > index 7b290de..8c74b66 100644 > --- a/src/include/eina_error.h > +++ b/src/include/eina_error.h > @@ -50,7 +50,7 @@ EAPI extern Eina_Error EINA_ERROR_OUT_OF_MEMORY; > EAPI Eina_Error eina_error_msg_register(const char *msg) > EINA_ARG_NONNULL(1) EINA_WARN_UNUSED_RESULT; > EAPI Eina_Error eina_error_msg_static_register(const char *msg) > EINA_ARG_NONNULL(1) EINA_WARN_UNUSED_RESULT; > EAPI Eina_Bool eina_error_msg_modify(Eina_Error error, > - const char *msg) EINA_ARG_NONNULL(1, > 2); > + const char *msg) EINA_ARG_NONNULL(2);
Good catch. I wonder if you are passing more options to compiler in order to find this bug. Thanks. Lucas De Marchi ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
