Ignore:
Timestamp:
Sep 6, 2015, 9:43:19 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
sysvinit
Children:
99b6ce1
Parents:
c7e75ec
git-author:
William Harrington <kb0iic@…> (09/06/15 21:43:17)
git-committer:
William Harrington <kb0iic@…> (09/06/15 21:43:19)
Message:

Add int to main since GCC 5 returns defaults to int [-Wimplicit-int]. Suppress the warning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/adjusting.xml

    rc7e75ec r9a486da  
    3434    check:</para>
    3535
    36 <screen os="g"><userinput>echo 'main(){}' &gt; dummy.c
     36<screen os="g"><userinput>echo 'int main(){}' &gt; dummy.c
    3737gcc dummy.c
    3838readelf -l a.out | grep ': /lib'</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.