scale target: Fix C90 warning (which is upgraded to an error by default).
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 13 Sep 2009 12:45:58 +0000 (14:45 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 13 Sep 2009 12:45:58 +0000 (14:45 +0200)
commit6701199be8c0afa6160f3a3b3ddab36ff8916d95
tree8ff95d849b471ebc449c8742cb7d9653dfa01ea6
parent4f628540dda92235841ff070ada671de03d8e962
scale target: Fix C90 warning (which is upgraded to an error by default).

Should fix this warning:
-- 8< --
 target_scale.c: In function 'ts_invoke_counter':
 target_scale.c:90: warning: this decimal constant is unsigned only in ISO C90
 target_scale.c:91: warning: this decimal constant is unsigned only in ISO C90
 target_scale.c:93: warning: integer constant is too large for 'unsigned long' type
-- >8 --
src/target_scale.c