Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gmime 3.0 #52

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Gmime 3.0 #52

wants to merge 13 commits into from

Conversation

dominik96
Copy link

dm_misc.c:2083:8: error: too few arguments to function 'g_mime_object_to_string'
t = g_mime_object_to_string(GMIME_OBJECT(object));
^~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/gmime-3.0/gmime/gmime.h:35:0,
from dbmail.h:53,
from dm_misc.c:26:
/usr/include/gmime-3.0/gmime/gmime-object.h:136:7: note: declared here
char *g_mime_object_to_string (GMimeObject *object, GMimeFormatOptions *options);
^~~~~~~~~~~~~~~~~~~~~~~
dm_misc.c: In function 'dm_shellesc':
dm_misc.c:1222:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
safe_command[end++] = '\';
~~~~~~~~~~~~~~~~~~~~^~~~~~
dm_misc.c:1223:3: note: here
default:
^~~~~~~
make[3]: *** [Makefile:2439: libdbmail_la-dm_misc.lo] Error 1
In file included from dbmail.h:111:0,
from clientbase.c:26:
clientbase.c: In function 'ci_uncork':
clientbase.c:210:20: warning: format '%d' expects argument of type 'int', but argument 9 has type '__time_t {aka long int}' [-Wformat=]
TRACE(TRACE_DEBUG,"[%p] [%d] [%d], [%d]", s, s->rx, s->tx, s->timeout.tv_sec);
^ ~~~~~~~~~~~~
dm_debug.h:56:76: note: in definition of macro 'TRACE'
#define TRACE(level, fmt...) trace(level, THIS_MODULE, func, LINE, fmt)
^~~
server.c: In function 'server_sig_cb':
server.c:660:4: warning: 'g_mem_profile' is deprecated [-Wdeprecated-declarations]
g_mem_profile();
^~~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/glist.h:32:0,
from /usr/include/glib-2.0/glib/ghash.h:33,
from /usr/include/glib-2.0/glib.h:50,
from /usr/include/gmime-3.0/gmime/gmime.h:25,
from dbmail.h:53,
from server.c:28:
/usr/include/glib-2.0/glib/gmem.h:367:6: note: declared here
void g_mem_profile (void);
^~~~~~~~~~~~~
server.c: In function 'server_mainloop':
server.c:965:14: error: 'GMIME_ENABLE_RFC2047_WORKAROUNDS' undeclared (first use in this function)
g_mime_init(GMIME_ENABLE_RFC2047_WORKAROUNDS);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
server.c:965:14: note: each undeclared identifier is reported only once for each function it appears in
server.c:965:2: error: too many arguments to function 'g_mime_init'
g_mime_init(GMIME_ENABLE_RFC2047_WORKAROUNDS);
^~~~~~~~~~~
In file included from dbmail.h:53:0,
from server.c:28:
/usr/include/gmime-3.0/gmime/gmime.h:124:6: note: declared here
void g_mime_init (void);
^~~~~~~~~~~
server.c:972:2: warning: implicit declaration of function 'g_mime_filter_crlf_get_type'; did you mean 'g_mime_filter_from_get_type'? [-Wimplicit-function-declaration]
g_mime_filter_crlf_get_type();
^~~~~~~~~~~~~~~~~~~~~~~~~~~
g_mime_filter_from_get_type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants