Matthias Grob 7a3009f7a3 Remove asserts for unsigned integer >= 0
GCC 10 gives a warning
"comparison of unsigned expression in ‘>= 0’ is always true"
for these asserts since checking if an unsigned integer cannot
be negative and hence the statement gets droped.
2020-07-20 15:10:49 +02:00
..
2020-01-13 12:21:18 +01:00
2016-07-06 01:39:06 -04:00
2019-12-09 10:21:27 +01:00