Cleanup: test_bitfield: nr_bits should be unsigned
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 30 May 2019 20:15:22 +0000 (16:15 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 6 Jun 2019 17:47:29 +0000 (13:47 -0400)
commit3622ef51dac9f08bb7ca07cd325fb9489c3dba2f
treee65c2ff4d3fedad5b773b317f751b06841a3d8d1
parent003e713f9ed79e4d7dd5aed20bc270fc9b22374b
Cleanup: test_bitfield: nr_bits should be unsigned

Should not have any effect on the code behavior, but removes
useless type conversions between unsigned and signed types.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I39096ab89936875009a68d3ab8a4546c7f1eb8ae
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1375
CI-Build: Michael Jeanson <mjeanson@efficios.com>
Tested-by: jenkins
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/lib/test_bitfield.c
This page took 0.02455 seconds and 4 git commands to generate.