mirror of
https://github.com/Z3Prover/z3
synced 2026-02-22 08:17:37 +00:00
add warning messages for #7100
This commit is contained in:
parent
50deece29e
commit
738c5b6d0d
3 changed files with 30 additions and 6 deletions
|
|
@ -70,5 +70,10 @@ public:
|
|||
*/
|
||||
params_ref merge_default_params(params_ref const & p);
|
||||
|
||||
/**
|
||||
\brief Is this a parameter that can only be set for the shell.
|
||||
*/
|
||||
bool is_shell_only_parameter(char const* p) const;
|
||||
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue