chronoxor / CppTrader

High performance components for building Trading Platform such as ultra fast matching engine, order book processor
MIT License
833 stars 254 forks source link

Error with HdrHistogram #13

Closed ghost closed 4 years ago

ghost commented 4 years ago

/CppTrader/modules/CppBenchmark/modules/HdrHistogram/src/hdr_histogram_log.c:36:9: error: unknown pragma ignored [-Werror,-Wunknown-pragmas]

pragma ide diagnostic ignored "readability-redundant-declaration"

chronoxor commented 4 years ago

https://github.com/HdrHistogram/HdrHistogram_c/issues/85

ghost commented 4 years ago

It is fixed now. Thanks.