PR# 16533 C warnings are taken as errors

Problem Report Summary
Submitter: ted_eiffel
Category: EiffelStudio
Priority: Medium
Date: 2010/01/04
Class: Bug
Severity: Serious
Number: 16533
Release: 6.5.8.1777
Confidential: No
Status: Open
Responsible:
Environment: Ubuntu 9.02
Synopsis: C warnings are taken as errors

Description
I got the following warning when compiling ES on linux. But it is reported in the Error List tool as an error.

en5213.c: In function ‘inline_F5213_85906’:
en5213.c:85: warning: passing argument 2 of ‘iconv’ from incompatible pointer type
/usr/include/iconv.h:43: note: expected ‘char ** __restrict__’ but argument is of type ‘const char **’
To Reproduce
Compile ES.
Problem Report Interactions