mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
rose_build_matchers: init LitFragment fields
Silences Coverity warning about squash, delay_squash.
This commit is contained in:
committed by
Matthew Barr
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.
|
||||
|
Reference in New Issue
Block a user