PR# 18348 Warnings at C compilation
Problem Report Summary
Submitter: manus_eiffel
Category: C Compilation
Priority: High
Date: 2012/10/06
Class: Bug
Severity: Critical
Number: 18348
Release: 7.2
Confidential: No
Status: Open
Responsible:
Environment: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4
Synopsis: Warnings at C compilation
Description
In file included from big_file_C13_c.c:37:0: ex637.c: In function 'F1203_10873': ex637.c:233:4: warning: passing argument 1 of 'eif_chdir_16' from incompatible pointer type [enabled by default] /home/manus/local/Eiffel5/studio/spec/linux-x86-64/include/eif_dir.h:65:20: note: expected 'EIF_NATURAL_16 *' but argument is of type 'EIF_REFERENCE' ex637.c: In function 'F1203_10875': ex637.c:284:4: warning: passing argument 1 of 'eif_system_asynchronous_16' from incompatible pointer type [enabled by default] /home/manus/local/Eiffel5/studio/spec/linux-x86-64/include/eif_misc.h:88:13: note: expected 'EIF_NATURAL_16 *' but argument is of type 'EIF_REFERENCE' ex637.c: In function 'F1203_10876': ex637.c:334:4: warning: passing argument 1 of 'eif_system_16' from incompatible pointer type [enabled by default] /home/manus/local/Eiffel5/studio/spec/linux-x86-64/include/eif_misc.h:86:20: note: expected 'EIF_NATURAL_16 *' but argument is of type 'EIF_REFERENCE'
To Reproduce
Problem Report Interactions