Hi Stefan, > > gcc (GCC) 8.2.1 20181011 doesn't know that extract32(..., 3) can only > result in values [0, 7] so it warns that state can be uninitialized. > > It might be simplest to include a default case that returns false (with > a comment). >
thank you for your remarks. Will be in the next version. Steffen