X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidgets.c;h=f6dbede80fe31454a3fe80e3ec1ac6be9341231b;hb=811c669032a18cfff53291a98e5803afdf39db36;hp=c4f809906759a510252741909cc9c5079b1126af;hpb=881f8bbb7358e74507ae03394ff0d0715bd5453f;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index c4f8099067..f6dbede80f 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -66,5 +66,5 @@ preregister_widgets (void) /* This seems to be necessary on Cygwin. It ought not to be necessary. Having it here can't do any harm. */ - gtk_source_view_get_type (); + (void) gtk_source_view_get_type (); }