Closed feliperodri closed 1 year ago
@feliperodri Can you clarify which of the warnings you are referring to? Most of the ones you list have a source location, relate to linking, and need to be investigated in the context of the project under verification (it seems the file core_json.c
file is generated at build time, but perhaps is inconsistent with the declaration?!). Then there is file MISSING
, which I don't know where it might originate from. Finally, there is the "Skipping source file annotation: wrapped functions for code contracts?!"
This issue is on the Viewer side, so replacing it with https://github.com/model-checking/cbmc-viewer/issues/133.
CBMC version:
5.69.1 (cbmc-5.59.0-676-gb4a4122dee)
Operating system: N/A Exact command line resulting in the issue: First, clone my fork for coreJSON. Then, navigate to the proof located atcoreJSON/verification/cbmc/proofs/skipString/
. Finally, run the proof usingmake veryclean; time make
. What behaviour did you expect: No warnings. What happened instead: I keep getting the following warnings without any source location.Also, what does these warnings mean?