DF-1180 / build.log
harness.c: In function 'main':
harness.c:45:41: warning: iteration 32 invokes undefined behavior [-Waggressive-loop-optimizations]
vol_table->entries[i].value = dep_table->entries[i].vddc; /* line 1094 */
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
harness.c:44:5: note: within this loop
for (i = 0; i < (int)vol_table->count; i++) { /* line 1093 */
^~~
harness.c:45:41: warning: iteration 32 invokes undefined behavior [-Waggressive-loop-optimizations]
vol_table->entries[i].value = dep_table->entries[i].vddc; /* line 1094 */
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
harness.c:44:5: note: within this loop
for (i = 0; i < (int)vol_table->count; i++) { /* line 1093 */
^~~
BUILD_EXIT=0