MarcoFalke
faa48388bc
Revert "tracepoints: Disables -Wgnu-zero-variadic-macro-arguments
to compile without warnings"
...
This reverts commit 5197660e94
.
2023-12-07 11:06:13 +01:00
Hennadii Stepanov
6bdff429ec
build: Include config/bitcoin-config.h
explicitly in util/trace.h
...
The `ENABLE_TRACING` macro is expected to be defined in the
`config/bitcoin-config.h` header.
Therefore, the current code is error-prone as it depends on whether the
`config/bitcoin-config.h` header was included before or not.
2023-10-20 14:40:26 +01:00
Martin Leitner-Ankerl
5197660e94
tracepoints: Disables -Wgnu-zero-variadic-macro-arguments
to compile without warnings
...
Fixes #26916 by disabling the warning `-Wgnu-zero-variadic-macro-arguments` when clang is used as the compiler.
2023-04-04 20:21:38 +02:00
Hennadii Stepanov
f47dda2c58
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
Commits of previous years:
* 2020: fa0074e2d8
* 2019: aaaaad6ac9
2021-12-30 19:36:57 +02:00
MarcoFalke
fa44237d76
doc: Fix typos in endif header comments
2021-11-16 09:56:45 +01:00
William Casarin
22eb7930a6
tracing: add tracing framework
...
Signed-off-by: William Casarin <jb55@jb55.com>
2020-12-07 11:55:51 +01:00