mirror of
https://github.com/Z3Prover/z3
synced 2025-08-02 17:30:23 +00:00
Clean up build warnings (#5884)
* Clean up warnings in compile for documentation notes * remove snk from local build Co-authored-by: jfleisher <jofleish@microsoft.com> Co-authored-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e3568d5b47
commit
97c7ce63b5
2 changed files with 13 additions and 10 deletions
|
@ -251,12 +251,14 @@ namespace Microsoft.Z3
|
|||
public Z3_ast Else;
|
||||
|
||||
/// <summary>
|
||||
/// Domain for array
|
||||
/// Updates.Keys
|
||||
/// </summary>
|
||||
public Z3_ast[] Domain;
|
||||
|
||||
/// <summary>
|
||||
/// Updates.Range
|
||||
/// Range for array
|
||||
/// Updates.Values
|
||||
/// </summary>
|
||||
public Z3_ast[] Range;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue