mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rustc 1.36 introduced:
error: variable does not need to be mutable
--> src/dhcp/parser.rs:202:17
|
202 | let mut malformed_options = false;
| ----^^^^^^^^^^^^^^^^^
| |
| help: remove this `mut`
|
note: lint level defined here
--> src/lib.rs:18:38
|
18 | #![cfg_attr(feature = "strict", deny(warnings))]
| ^^^^^^^^
= note: #[deny(unused_mut)] implied by #[deny(warnings)]
error: aborting due to previous error
error: Could not compile `suricata`.
Ticket #3072.
|
7 years ago | |
|---|---|---|
| .. | ||
| .cargo | 9 years ago | |
| src | 7 years ago | |
| .gitignore | 9 years ago | |
| Cargo.toml.in | 7 years ago | |
| Makefile.am | 7 years ago | |
| gen-c-headers.py | 7 years ago | |
| rustfmt.toml | 8 years ago | |