diff options
| author | Stefan Weil <sw@weilnetz.de> | 2013-10-02 22:40:29 +0200 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-10-05 14:01:47 +0400 |
| commit | ddd23638d7eebd7419148ba8db65f0d53a1920ab (patch) | |
| tree | 95723aebf918260c8f8099feb719643e73c6550e /scripts/qapi-types.py | |
| parent | 8af00205445eb901f17ca5b632d976065187538e (diff) | |
| download | focaccia-qemu-ddd23638d7eebd7419148ba8db65f0d53a1920ab.tar.gz focaccia-qemu-ddd23638d7eebd7419148ba8db65f0d53a1920ab.zip | |
util/path: Fix type which is longer than 8 bit for MinGW
While dirent->d_type is 8 bit for most systems, it is 32 bit for MinGW. Reducing it to 8 bit results in a compiler warning because the macro is_dir_maybe compares that 8 bit value with 32 bit constants. Using 'unsigned' instead of 'unsigned char' matches the declaration for MinGW and does not harm the other systems. MinGW-w64 is not affected: it does not declare d_type. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'scripts/qapi-types.py')
0 files changed, 0 insertions, 0 deletions