Index: lldb/trunk/source/Host/posix/FileSystem.cpp =================================================================== --- lldb/trunk/source/Host/posix/FileSystem.cpp +++ lldb/trunk/source/Host/posix/FileSystem.cpp @@ -184,7 +184,7 @@ { #ifdef __linux__ #define CIFS_MAGIC_NUMBER 0xFF534D42 - switch (info.f_type) + switch ((uint32_t)info.f_type) { case NFS_SUPER_MAGIC: case SMB_SUPER_MAGIC: