Skip to content

Kalman filter mex: remove compilation warnings

Normann Rion requested to merge normann/dynare:kalman_mex into master

Compilation wargnings were pointing at: (i) some supposedly uninitialized variables (-Wmaybe-uninitialized); (ii) a pointer assignment (=) to a non-pointer target (-Wsurprising).

Merge request reports