Skip to content

Quiet a compiler warning

Matthias Clasen requested to merge compiler-warning into master

GLib now causes compiler warnings when passing a volatile variable to g_atomic_ apis. Drop the volatile to pacify gcc.

Merge request reports