PR# 14343 Runtime warning to be fixed
Problem Report Summary
Submitter: manus_eiffel
Category: Runtime
Priority: Medium
Date: 2008/05/08
Class: Bug
Severity: Serious
Number: 14343
Release: 6.2.7.3416
Confidential: No
Status: Closed
Responsible: jfiat_es
Environment: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14) Gecko/20080404 Firefox/2.0.0.14
Synopsis: Runtime warning to be fixed
Description
In debug.c the following line causes a C compilation warning (possibly an error on some other platforms): RTDBG_MACRO(c_check_assert (rtdbg_asserting),); The issue is that there is no second argument being specified. Ideally, you need another macro for doing this kind of conditional execution for procedure.
To Reproduce
Problem Report Interactions
fixed by rev#73646