mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Remove trailing ; after G_DEFINE_AUTO macro
The macro doesn't need it. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
This commit is contained in:
parent
389834ee65
commit
e0e7fe07e1
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
@ -2248,7 +2248,7 @@ static void foo_free(Foo *f)
|
|||
{
|
||||
g_free(f);
|
||||
}
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(Foo, foo_free);
|
||||
G_DEFINE_AUTOPTR_CLEANUP_FUNC(Foo, foo_free)
|
||||
int main(void) { return 0; }
|
||||
EOF
|
||||
if ! compile_prog "$glib_cflags -Werror" "$glib_libs" ; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue