With Intel 17.0.0, I'm getting warnings like: ``` ncDim.h(47): warning #858: type qualifier on return type is meaningless const int getId() const {return myId;}; ``` for every include of `<netcdf>`. Is there any reason why a `const int` is returned instead of a `int`?