This is a known issue and won't cause any problem. The reason for this is that PocketHAL is linked against the multithreaded release version of the C runtime library (LIBCMT).
This will be discarded at link time and your exe's lib will be used instead. I will try to get rid of that warning in the next release, but you don't have to worry about it.