mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +01:00
tests: Drop unnecessary volatile qualifiers from tests
These variables were already (correctly) accessed atomically. The `volatile` qualifier doesn’t help with that. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Helps: #600
This commit is contained in:
parent
7f905ff1fa
commit
f4607def16
@ -221,7 +221,7 @@ test_internal_enhanced_stdio (void)
|
||||
guint64 size_p0, alsize_p0, size_ps, alsize_ps;
|
||||
const gchar *id_p0;
|
||||
const gchar *id_p1;
|
||||
volatile guint64 time_p0;
|
||||
guint64 time_p0;
|
||||
gchar *tmp_dir;
|
||||
wchar_t *programdata_dir_w;
|
||||
wchar_t *users_dir_w;
|
||||
|
Loading…
Reference in New Issue
Block a user