From cc2e8853b5a87eefa304c03d2d242a339d942c77 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Thu, 20 Jun 2019 21:08:04 -0400 Subject: Enable int warnings by default Now that there aren't any more... --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 713b954a..6b94b5c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2019-06-20 Jay Berkenbilt + * Enable compilation with additional warnings for integer + conversion and sign (-Wsign-conversion, -Wconversion for gcc and + similar; -W3 for msvc) if supported. These warnings are on by + default can be turned off by passing --disable-int-warnings + * Fix all integer sign and conversion warnings. This makes all integer type conversions that have potential data loss explicit with calls that do range checks and raise an exception. -- cgit v1.2.3-54-g00ecf