summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDiane Trout <diane@ghic.org>2016-04-13 16:27:01 -0700
committerMichael Catanzaro <mcatanzaro@gnome.org>2016-04-15 09:32:38 -0500
commit2c9df052d8993590f9d2cc2bf596a07241a59ad4 (patch)
treed8f19a65a6131ad11028124854410787a259c97a /configure.ac
parent3ab6598170ebbf01394831e997a4a846fecaa01a (diff)
downloadtelepathy-account-widgets-2c9df052d8993590f9d2cc2bf596a07241a59ad4.tar.gz
Use MIN instead of CLAMP for unsigned int types.
CLAMP tested that the unsigned variable was > 0, which gcc 5.3.1 generates a warning pointing out that will always be true. Using MIN guarantees the variable will be in the range 0..G_MAXINT(31|64) https://bugzilla.gnome.org/show_bug.cgi?id=765022
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions