The compilation fails on my system (Archlinux) with a misleading-indentation warning (treated as an error due to line 1329 in dee-serializable-model.c using GCC 6.1.1
The pos++ statement is probably supposed to be executed with every loop iteration and not just once after the loop.
The compilation fails on my system (Archlinux) with a misleading- indentation warning (treated as an error due to line 1329 in dee-serializabl e-model. c using GCC 6.1.1
The pos++ statement is probably supposed to be executed with every loop iteration and not just once after the loop.