Ignore:
Timestamp:
Sep 6, 2015, 9:43:17 PM (9 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
master, systemd
Children:
794f16a
Parents:
e184030
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/prologue/common/hostreqs.xml

    re184030 rcc14b18  
    134134makeinfo --version | head -n1
    135135xz --version | head -n1
    136 echo 'main(){}' | gcc -v -o /dev/null -x c - &gt; dummy.log 2>&amp;1
     136echo 'int main(){}' | gcc -v -o /dev/null -x c - &gt; dummy.log 2>&amp;1
    137137if ! grep -q ' error' dummy.log; then
    138138  echo "Compilation successful" &amp;&amp; rm dummy.log
Note: See TracChangeset for help on using the changeset viewer.