Disable warnings
This commit is contained in:
@@ -23,7 +23,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define DOKAN_H_
|
||||
|
||||
/** Do not include NTSTATUS. Fix duplicate preprocessor definitions */
|
||||
#define WIN32_NO_STATUS
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windows.h>
|
||||
#undef WIN32_NO_STATUS
|
||||
#include <ntstatus.h>
|
||||
|
2
3rd-party/ttmath-0.9.3/ttmath/ttmathuint.h
vendored
2
3rd-party/ttmath-0.9.3/ttmath/ttmathuint.h
vendored
@@ -3310,7 +3310,7 @@ public:
|
||||
if( negative )
|
||||
result = '-';
|
||||
|
||||
digits_d = table_id; // for not making an overflow in uint type
|
||||
digits_d = static_cast<double>(table_id); // for not making an overflow in uint type
|
||||
digits_d *= TTMATH_BITS_PER_UINT;
|
||||
digits_d += index + 1;
|
||||
digits_d *= ToStringLog2(b);
|
||||
|
Reference in New Issue
Block a user