mirror of
https://github.com/Z3Prover/z3
synced 2025-04-25 10:05:32 +00:00
Fix VisualStudio 2010 compiler warning C4100
When compiling with Visual Studio 2010 the buildlog warns of the following: `z3++.h: warning C4100: 'e' : unreferenced formal parameter` and `z3++.h: warning C4100: 'c' : unreferenced formal parameter`. This merge request removes this warning.
This commit is contained in:
parent
dc48008d46
commit
c6b0fc444c
1 changed files with 1 additions and 1 deletions
Loading…
Add table
Add a link
Reference in a new issue