goldsimon 65ac160e99 Wconversion-related cleanup: split pbuf_header(s16_t) into pbuf_add_header(size_t) and pbuf_remove_header(size_t)
The new functions both take size_t as increment/decrement argument instead of s16_t (which needed to be range-checked before conversion everywhere) - in most places, the direction (increment or decrement) is known anyway, so no need to encode it in a sign bit
2017-08-04 13:16:18 +02:00
..
2017-03-30 14:19:31 +02:00
2017-07-05 12:20:26 +02:00
2017-07-18 19:17:17 +02:00
2017-06-21 16:07:36 +02:00
2017-07-04 21:26:30 +02:00
2017-07-05 12:20:26 +02:00
2017-06-30 22:10:16 +02:00
2017-08-03 10:37:16 -05:00