Comment 2 for bug 742760

Revision history for this message
DimStar (dominique-launchpad-net) wrote :

The warning being raised to an error (for known issues) is:
indicator.c:176:7: warning: assignment makes pointer from integer without a cast

(which was simply due to gboolean *run... not very common to use pointers for gbool)