Skip to content
Commit b088742a authored by Philip Withnall's avatar Philip Withnall Committed by Philip Withnall
Browse files

geocode-place: Fix -Wswitch-enum warnings

This switch is not meant to handle all of the values for the switch
(omissions are not a bug), so cast the value to an int to disable type
checking first.

https://bugzilla.gnome.org/show_bug.cgi?id=756311
parent 5bca0029
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