mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Activate INSTRUMENT_DOWNLOADS under clang analyzer as well as coverity
Patch from teor; ticket 13177.
This commit is contained in:
parent
3f9fac7ee4
commit
bb175dac96
@ -14,7 +14,7 @@
|
||||
|
||||
#include "orconfig.h"
|
||||
|
||||
#ifdef __COVERITY__
|
||||
#if defined(__clang_analyzer__) || defined(__COVERITY__)
|
||||
/* If we're building for a static analysis, turn on all the off-by-default
|
||||
* features. */
|
||||
#ifndef INSTRUMENT_DOWNLOADS
|
||||
|
Loading…
Reference in New Issue
Block a user