Skip to content

gdate: Fix tautological comparison warnings on Android

Philip Withnall requested to merge pwithnall/glib:android-warning-fix into master

Android is emitting -Wtautological-constant-out-of-range-compare warnings when compiling the validation functions for the enum types for GDate. Fix that by comparing as integers.

Signed-off-by: Philip Withnall withnall@endlessm.com

Merge request reports