[Qemu-devel] [PATCH 02/10] utils: drop strtok_r from envlist_parse

2015-02-17 Thread Michael Roth
From: Olga Krishtal The problem is that mingw 4.9.1 fails to compile the code with the following warning: /mingw/include/string.h:88:9: note: previous declaration of 'strtok_r' was here char *strtok_r(char * __restrict__ _Str, const char * __restrict__ _Delim,

[Qemu-devel] [PATCH 02/10] utils: drop strtok_r from envlist_parse

2015-02-16 Thread Michael Roth
From: Olga Krishtal The problem is that mingw 4.9.1 fails to compile the code with the following warning: /mingw/include/string.h:88:9: note: previous declaration of 'strtok_r' was here char *strtok_r(char * __restrict__ _Str, const char * __restrict__ _Delim,