Skip to content
Snippets Groups Projects
Commit c16c2a0d authored by Shachar Itzhaky's avatar Shachar Itzhaky
Browse files

[build] Eliminated warning.

Added standard c_flags to jscoq_extern.
parent 6f211909
Branches
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ index 43ee8f7..ac82c4e 100644 ...@@ -64,7 +64,7 @@ index 43ee8f7..ac82c4e 100644
+ (foreign_stubs + (foreign_stubs
+ (language c) + (language c)
+ (names jscoq_extern) + (names jscoq_extern)
+ (flags (:include %{project_root}/config/dune.c_flags))) + (flags :standard (:include %{project_root}/config/dune.c_flags)))
(libraries coq-core.boot coq-core.clib coq-core.config)) (libraries coq-core.boot coq-core.clib coq-core.config))
diff --git a/lib/jscoq_extern.c b/lib/jscoq_extern.c diff --git a/lib/jscoq_extern.c b/lib/jscoq_extern.c
new file mode 100644 new file mode 100644
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment