GNOME Bugzilla – Bug 793555
[PATCH] -Wimplicit-function-declaration when using g_abort()
Last modified: 2018-02-19 11:36:42 UTC
Created attachment 368510 [details] [review] 0001-gutils-fix-missing-include.patch stdlib.h never gets included in gutils.h (at least on my system), so using the g_abort macro results in compiler warnings about an implicitly declared abort(). A one-line patch is attached, but reading #665446 makes me think it might be a bit more complicated than I've realised.
Review of attachment 368510 [details] [review]: OK.
Pushed to master.