Module Name: src Committed By: rillig Date: Fri Sep 3 22:48:49 UTC 2021
Modified Files: src/tests/usr.bin/xlint/lint1: gcc_builtin_overflow.c gcc_builtin_overflow.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: set the return type of __builtin_*_overflow to bool, not int Needed for inetd.c in strict bool mode. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/xlint/lint1/gcc_builtin_overflow.c \ src/tests/usr.bin/xlint/lint1/gcc_builtin_overflow.exp cvs rdiff -u -r1.371 -r1.372 src/usr.bin/xlint/lint1/tree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.