Hi englebass,

which compiler version? which cflags? Shouldn't be a problem, but I agree
with you... but it is good to know why it`s causing that for you.


On Fri, Nov 2, 2012 at 6:12 PM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:

> Log:
> edbus2: quiet warning (again)
>
>   Say what you want, but this creates quite a lot of warnings, and
>   warnings when including another header into a project is no good. I want
>   to just see my own warnings.
>
>   So as long as there is only two NULLs, please let them be there.
>
> Author:       englebass
> Date:         2012-11-02 13:12:27 -0700 (Fri, 02 Nov 2012)
> New Revision: 78873
> Trac:         http://trac.enlightenment.org/e/changeset/78873
>
> Modified:
>   trunk/edbus/src/lib/edbus_service.h
>
> Modified: trunk/edbus/src/lib/edbus_service.h
> ===================================================================
> --- trunk/edbus/src/lib/edbus_service.h 2012-11-02 20:11:56 UTC (rev 78872)
> +++ trunk/edbus/src/lib/edbus_service.h 2012-11-02 20:12:27 UTC (rev 78873)
> @@ -24,7 +24,7 @@
>   * The signature will be "ss" and each string will have a tag name on
>   * introspect XML with the respective name.
>   */
> -#define EDBUS_ARGS(args...) (const EDBus_Arg_Info[]){ args, { } }
> +#define EDBUS_ARGS(args...) (const EDBus_Arg_Info[]){ args, { NULL, NULL
> } }
>
>  typedef struct _EDBus_Service_Interface EDBus_Service_Interface;
>  typedef EDBus_Message * (*EDBus_Method_Cb)(const EDBus_Service_Interface
> *iface, const EDBus_Message *message);
>
>
>
> ------------------------------------------------------------------------------
> LogMeIn Central: Instant, anywhere, Remote PC access and management.
> Stay in control, update software, and manage PCs from one command center
> Diagnose problems and improve visibility into emerging IT issues
> Automate, monitor and manage. Do more in less time with Central
> http://p.sf.net/sfu/logmein12331_d2d
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>



-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
------------------------------------------------------------------------------
LogMeIn Central: Instant, anywhere, Remote PC access and management.
Stay in control, update software, and manage PCs from one command center
Diagnose problems and improve visibility into emerging IT issues
Automate, monitor and manage. Do more in less time with Central
http://p.sf.net/sfu/logmein12331_d2d
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to