Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] How to ignore Incompatible declarations without emitting errors?


  • Subject: [Frama-c-discuss] How to ignore Incompatible declarations without emitting errors?
  • From: abiao.yang at gmail.com (David Yang)
  • Date: Thu, 12 Sep 2013 15:26:48 +0800

Dear all,

While i analysis a preprocessed file. I add fc_runtime.c by coding:

Kernel.Files.add "/usr/local/share/frama-c/libc/fc_runtime.c"

But an error occurred:
"user error: Incompatible declaration fclose Definitions of type FILE are
not isomorphic "

Here, I don't want this to be an error. What I want is to use the new
declaration of type FILE to continue the analysis without emitting an
error.

How can I achieve that?
Thanks.

David.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gforge.inria.fr/pipermail/frama-c-discuss/attachments/20130912/e0df418b/attachment.html>