mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fixing a few Coverity warnings.
This commit is contained in:
parent
85213e6b55
commit
50945a6359
6 changed files with 8 additions and 4 deletions
|
@ -21,7 +21,7 @@ public:
|
|||
void MinimizeTime() { time = -HUGE_VAL; }
|
||||
|
||||
protected:
|
||||
PQ_Element() { }
|
||||
PQ_Element() { time = 0; offset = -1; }
|
||||
double time;
|
||||
int offset;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue