On Thu, 2013-01-03 at 16:15 +0100, Paul Menzel wrote:
> Date: Wed, 2 Jan 2013 12:16:50 +0100
> 
> Clang 3.2 reports the following warning.
> 
>         $ clang --version
>         Debian clang version 3.2-9 (tags/RELEASE_32/final) (based on LLVM 3.2)
>         $ CC=clang ./autogen.sh
>         $ make
>           CC     evolution-e-convert-local-mail.o
>         e-convert-local-mail.c:275:37: warning: implicit conversion from 
> enumeration type 'enum _e_account_item_t' to different enumeration type
>               'e_account_find_t' (aka 'enum _e_account_find_t') [-Wconversion]
>                 if (e_account_list_find (accounts, E_ACCOUNT_ID_ADDRESS, id)) 
> {
>                     ~~~~~~~~~~~~~~~~~~~            ^~~~~~~~~~~~~~~~~~~~
>         1 warning generated.

You're on your own to patch that.

EAccount and EAccountList classes are gone in 3.6 and later.

Matthew Barnes

_______________________________________________
evolution-hackers mailing list
[email protected]
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers

Reply via email to