Skip to content

Make isc_result tables smaller

Ondřej Surý requested to merge 4149-make-isc_result-tables-more-compact into main

The isc_result_t enum was to sparse when each library code would skip to next << 16 as a base. Remove the skipping to make the isc_result tables more compact.

Closes #4149 (closed)

Merge request reports