Skip to content
Commit b54acf51 authored by Allison Karlitskaya's avatar Allison Karlitskaya
Browse files

GDBusConnection: use uint for bitshifts

"1 << 31" is not well-defined, do use "1u << 31" instead.

https://bugzilla.gnome.org/show_bug.cgi?id=762748
parent 96fb3b9c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment