mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Fix clang-tidy bugprone-incorrect-division warnings
This commit is contained in:
parent
18983aed02
commit
87f1b1a7b3
3 changed files with 5 additions and 6 deletions
|
@ -4,11 +4,9 @@
|
|||
|
||||
#include <cstdint>
|
||||
|
||||
#define RT_MONTEN \
|
||||
6 /* Bytes used as Monte Carlo \
|
||||
co-ordinates. This should be no more \
|
||||
bits than the mantissa of your "double" \
|
||||
floating point type. */
|
||||
// Bytes used as Monte Carlo co-ordinates. This should be no more bits than the mantissa
|
||||
// of your "double" floating point type.
|
||||
constexpr int RT_MONTEN = 6;
|
||||
|
||||
namespace zeek {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue