Workaround compiler warning
Some compilers warns on uninitialized value in impossible case:
warning: variable 'result' is used uninitialized whenever switch
default is taken [-Wsometimes-uninitialized] R
Romain Vimont committed
95fa1a69e4985e479486d7e730a59d538a6d70a3
Parent: ea46d3a