Skip to content

Commit

Permalink
Update compiler-messages.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clararod9 authored Mar 15, 2023
1 parent 3d80b1f commit 248b8d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This message means that it is allowed but uncommon, and hence it is better to ch

This message means that it is allowed but should not happen in general.

For instance, if a signal is not used in any constraint, a warning message will be generated (when compiling the program with the `--inspect` option). Moreover, if it is an input signal x, then the compiler would suggest adding a constraint of the form x \* 0 === 0;
For instance, if a signal is not used in any constraint, a warning message will be generated when compiling the circuit with the `--inspect` option.

```text
pragma circom 2.0.0;
Expand Down

0 comments on commit 248b8d9

Please sign in to comment.