Comment 1 for bug 719162

Revision history for this message
Julian Edwards (julian-edwards) wrote : Re: [Natty] check-implicit-pointer-functions fails on amd64, resulting possibly broken packages

In the maverick build:
{{{
/build/buildd/gtk+3.0-3.0.0/./gtk/ubuntumenuproxymodule.c:94: warning: assignment makes pointer from integer without a cast
Function `_gtk_find_module' implicitly converted to pointer at /build/buildd/gtk+3.0-3.0.0/./gtk/ubuntumenuproxymodule.c:94
/build/buildd/gtk+3.0-3.0.0/./gtk/ubuntumenuproxymodule.c: In function 'ubuntu_menu_proxy_module_get':
}}}

In the natty build:
{{{
/build/buildd/gtk+3.0-3.0.0/./gtk/ubuntumenuproxymodule.c:94:8: warning: assignment makes pointer from integer without a cast
/build/buildd/gtk+3.0-3.0.0/./gtk/ubuntumenuproxymodule.c: In function 'ubuntu_menu_proxy_module_get':
}}}

I suspect that the extra :8 in the natty compiler output is breaking the regex in `check-implicit-pointer-functions`