Files
bullet3/build3
hujiajie 23868ebfb6 [WIP] Suppress compiler warnings.
Disable a few Visual Studio warnings:

C4244: conversion from 'type1' to 'type2', possible loss of data
C4267: conversion from 'size_t' to 'type', possible loss of data

Considering the GCC/Clang counterpart '-Wconversion'
(https://gcc.gnu.org/wiki/NewWconversion) is not covered by '-Wall', it
seems to make more sense to disable these two warnings in Visual Studio,
rather than fixing these warnings with hundreds of static_cast<> in the
source code.
2016-07-12 21:16:55 +08:00
..
2015-04-16 10:17:35 -07:00
2015-04-16 10:17:35 -07:00
2013-12-19 12:41:36 -08:00
2013-12-19 12:41:36 -08:00
2016-07-12 21:16:55 +08:00
2016-05-25 15:37:28 -07:00