signal: Fix compiler warning about signedness of constant
commitc2c0ad78325196b883a8c2f76a0332a6f8f2d9bd
authorHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 22 Aug 2011 13:31:17 +0000 (22 15:31 +0200)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Mon, 22 Aug 2011 13:31:17 +0000 (22 15:31 +0200)
treeb9aee15e8c6941919da90c98e1788a2a4d243f80
parent924b04072f7325af28b287fe027214a0ac52105d
signal: Fix compiler warning about signedness of constant

Use the u suffix to mark the constant as unsiged integer.

This fixes:
warning: this decimal constant is unsigned only in ISO C90
include/osmocom/core/signal.h