fmihpc / fsgrid

GNU Lesser General Public License v3.0
1 stars 10 forks source link

Remove some compiler warnings. #12

Closed ursg closed 5 years ago

ursg commented 5 years ago

One of thim is due to signed/unsigned mimatch, and one due to constructor initialization order.

While these will not effect the runtime behaviour in any way, they will probably require a proper 'make clean' recompile, as the fsgrid internal memory layout changes a bit.