Skip to content

Issue/44/clean compile

Ole Christian Eidheim requested to merge drpatrik:issue/44/clean-compile into master

Created by: drpatrik

The code now compiles cleanly under OSX and Linux with Clang. There was a lot of long vs. size_t warnings that I solved with static_cast however it might be a better idea to use the correct type. I would also suggest at one point or another that member variables used by subclasses or aggregates are exposed through member functions instead.

Merge request reports