mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
clang 14 complains about this, needs investigation
This commit is contained in:
parent
3fc6c8a532
commit
6de45b4648
@ -216,9 +216,9 @@ RoseRoleHistory selectHistory(const RoseBuildImpl &tbi, const RoseBuildData &bd,
|
||||
const bool fixed_offset_src = g[u].fixedOffset();
|
||||
const bool has_bounds = g[e].minBound || (g[e].maxBound != ROSE_BOUND_INF);
|
||||
|
||||
DEBUG_PRINTF("edge %zu->%zu, bounds=[%u,%u], fixed_u=%d, prefix=%d\n",
|
||||
/*DEBUG_PRINTF("edge %zu->%zu, bounds=[%u,%u], fixed_u=%d, prefix=%d\n",
|
||||
g[u].index, g[v].index, g[e].minBound, g[e].maxBound,
|
||||
(int)g[u].fixedOffset(), (int)g[v].left);
|
||||
(int)g[u].fixedOffset(), (int)g[v].left);*/
|
||||
|
||||
if (g[v].left) {
|
||||
// Roles with prefix engines have their history handled by that prefix.
|
||||
|
Loading…
x
Reference in New Issue
Block a user