mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
rose_build_matchers: init LitFragment fields
Silences Coverity warning about squash, delay_squash.
This commit is contained in:
parent
a1fdc3afcf
commit
19e95b0314
@ -68,13 +68,13 @@ struct LitFragment {
|
||||
/**
|
||||
* \brief FDR confirm squash mask for included literals.
|
||||
*/
|
||||
u8 squash;
|
||||
u8 squash = 0;
|
||||
|
||||
/**
|
||||
* \brief FDR confirm squash mask for included literals (Delayed
|
||||
* literals only).
|
||||
*/
|
||||
u8 delay_squash;
|
||||
u8 delay_squash = 0;
|
||||
|
||||
/**
|
||||
* \brief Fragment id of included literal.
|
||||
|
Loading…
x
Reference in New Issue
Block a user