Index: src/libchcore/TLocalFilesystem.cpp =================================================================== diff -u -N -r25b3c85ea493809ee084271d5101a015d349da95 -r0b69828c1b85f446e1e015d8feeed551316bf138 --- src/libchcore/TLocalFilesystem.cpp (.../TLocalFilesystem.cpp) (revision 25b3c85ea493809ee084271d5101a015d349da95) +++ src/libchcore/TLocalFilesystem.cpp (.../TLocalFilesystem.cpp) (revision 0b69828c1b85f446e1e015d8feeed551316bf138) @@ -26,7 +26,13 @@ #include "TAutoHandles.h" #include "TFileInfo.h" #include "DataBuffer.h" +// disable "warning C4201: nonstandard extension used : nameless struct/union" +// for standard VS2008 with SDK 6.0A where winioctl.h generates some warnings +// converted to errors by the project settings. +#pragma warning(push) +#pragma warning(disable: 4201) #include +#pragma warning(pop) BEGIN_CHCORE_NAMESPACE