﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1052	Final System Toolchain Adjust	William Harrington	clfs-commits@…	"GCC 5 has some new defaults.

View [https://gcc.gnu.org/gcc-5/porting_to.html]

{{{
gcc dummy.c
dummy.c:1:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main(){}
 ^
}}}

One is -Wimplicit-int.  Rather than explain there is no issue, just add int to main:

{{{
echo 'int main(){}' > dummy.c
}}}

Keep it simple and proper."	task	closed	trivial	CLFS Standard 3.1.0	BOOK	CLFS Standard GIT	fixed		berzerkula@… jonathan@… chris@…
