Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
709 contributions in the last year
Contribution activity
November 2020
Created 5 commits in 2 repositories
Created 1 repository
Created a pull request in PerMalmberg/libcron that received 3 comments
Fix warning: ignoring '#pragma warning '
The #pragma warning macro only works with MSVC compiler on Windows. On other compilers like MinGW GCC, some warnings will pop up. Adding a MSVC-spe…