This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Description
Using gcc 4.7.3
capn.c: In function ‘lookup_segment’:
capn.c:221:19: error: ‘y’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
capn.c:222:6: error: ‘x’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
cc1: all warnings being treated as errors
Makefile:13: recipe for target 'capn.o' failed