K 10 svn:author V 3 dim K 8 svn:date V 27 2022-07-29T17:07:45.422216Z K 7 svn:log V 592 Adjust parse() definition in boot2 to avoid clang 15 warning With clang 15, the following -Werror warning is produced: stand/i386/boot2/boot2.c:358:6: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] This is because parse() is declared with a (void) argument list, and defined with an empty argument list. Make the definition match the declaration. MFC after: 3 days (cherry picked from commit e60f6384f9dbe3abe83e59acf0997c591752ff81) Git Hash: fb4080f7887bee6739217d2f2ec5155785728344 Git Author: dim@FreeBSD.org END