mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Silence a bunch of -Wunused-but-set-variable warnings
Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
@@ -72,6 +72,7 @@ handler (GThreadedSocketService *service,
|
||||
*tmp = 0;
|
||||
version = tmp + 1;
|
||||
}
|
||||
version = version; /* To avoid -Wunused-but-set-variable */
|
||||
|
||||
query = strchr (escaped, '?');
|
||||
if (query != NULL)
|
||||
|
Reference in New Issue
Block a user