From e96c962c23142b074928e0e6e78a0b99c772cd56 Mon Sep 17 00:00:00 2001 From: bernhardheld Date: Tue, 5 Aug 2003 16:10:37 +0000 Subject: [PATCH] * support/Util/SDCCerr.c: added warning "integer overflow in expression" * support/Util/SDCCerr.h: added warning W_INT_OVL git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2809 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index 472b64f2..92dd3dd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ * src/SDCCval.c (valDiv, valMod): fixed signdness * src/SDCCicode.c (operandOperation): fixed critical typo; fixed signedness of modulo, left and right shift + * support/Util/SDCCerr.c: added warning "integer overflow in expression" + * support/Util/SDCCerr.h: added warning W_INT_OVL 2003-08-04 Jesus Calvino-Fraga -- 2.47.2