Advertisement
Guest User

hpt

a guest
May 17th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.74 KB | None | 0 0
  1. # gmake
  2. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/perl.c
  3. clang: warning: optimization flag '-fstrength-reduce' is not supported
  4. clang: warning: argument unused during compilation: '-s'
  5. In file included from src/perl.c:73:
  6. In file included from /usr/local/lib/perl5/5.20/mach/CORE/perl.h:5199:
  7. /usr/local/lib/perl5/5.20/mach/CORE/inline.h:311:9: warning: nonnull parameter 'pv' will evaluate to 'true' on first encounter [-Wpointer-bool-conversion]
  8. if (pv && len > 1) {
  9. ^~ ~~
  10. 1 warning generated.
  11. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/fcommon.c
  12. clang: warning: optimization flag '-fstrength-reduce' is not supported
  13. clang: warning: argument unused during compilation: '-s'
  14. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/hpt.c
  15. clang: warning: optimization flag '-fstrength-reduce' is not supported
  16. clang: warning: argument unused during compilation: '-s'
  17. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/pktread.c
  18. clang: warning: optimization flag '-fstrength-reduce' is not supported
  19. clang: warning: argument unused during compilation: '-s'
  20. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/global.c
  21. clang: warning: optimization flag '-fstrength-reduce' is not supported
  22. clang: warning: argument unused during compilation: '-s'
  23. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/toss.c
  24. clang: warning: optimization flag '-fstrength-reduce' is not supported
  25. clang: warning: argument unused during compilation: '-s'
  26. src/toss.c:957:36: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
  27. diffTime = abs(globalTime - msgTime);
  28. ^
  29. src/toss.c:957:36: note: use function 'labs' instead
  30. diffTime = abs(globalTime - msgTime);
  31. ^~~
  32. labs
  33. src/toss.c:1243:35: warning: comparison of array 'header->pktPassword' equal to a null pointer is always false [-Wtautological-pointer-compare]
  34. if ( (header->pktPassword == NULL || header->pktPassword[0] == '\0') &&
  35. ~~~~~~~~^~~~~~~~~~~ ~~~~
  36. src/toss.c:1270:29: warning: address of array 'header->pktPassword' will always evaluate to 'true' [-Wpointer-bool-conversion]
  37. if (header->pktPassword && stricmp(link->pktPwd, header->pktPassword)==0) {
  38. ~~~~~~~~^~~~~~~~~~~ ~~
  39. src/toss.c:1273:35: warning: comparison of array 'header->pktPassword' equal to a null pointer is always false [-Wtautological-pointer-compare]
  40. if ( (header->pktPassword == NULL || header->pktPassword[0] == '\0') &&
  41. ~~~~~~~~^~~~~~~~~~~ ~~~~
  42. src/toss.c:2257:52: warning: while loop has empty body [-Wempty-body]
  43. while (processDir(config->inbound, secInbound));
  44. ^
  45. src/toss.c:2257:52: note: put the semicolon on a separate line to silence this warning
  46. 5 warnings generated.
  47. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/scan.c
  48. clang: warning: optimization flag '-fstrength-reduce' is not supported
  49. clang: warning: argument unused during compilation: '-s'
  50. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/scanarea.c
  51. clang: warning: optimization flag '-fstrength-reduce' is not supported
  52. clang: warning: argument unused during compilation: '-s'
  53. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/seenby.c
  54. clang: warning: optimization flag '-fstrength-reduce' is not supported
  55. clang: warning: argument unused during compilation: '-s'
  56. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/dupe.c
  57. clang: warning: optimization flag '-fstrength-reduce' is not supported
  58. clang: warning: argument unused during compilation: '-s'
  59. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/hptafix.c
  60. clang: warning: optimization flag '-fstrength-reduce' is not supported
  61. clang: warning: argument unused during compilation: '-s'
  62. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/post.c
  63. clang: warning: optimization flag '-fstrength-reduce' is not supported
  64. clang: warning: argument unused during compilation: '-s'
  65. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/link.c
  66. clang: warning: optimization flag '-fstrength-reduce' is not supported
  67. clang: warning: argument unused during compilation: '-s'
  68. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/pktwrite.c
  69. clang: warning: optimization flag '-fstrength-reduce' is not supported
  70. clang: warning: argument unused during compilation: '-s'
  71. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/carbon.c
  72. clang: warning: optimization flag '-fstrength-reduce' is not supported
  73. clang: warning: argument unused during compilation: '-s'
  74. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/pktinfo.c
  75. clang: warning: optimization flag '-fstrength-reduce' is not supported
  76. clang: warning: argument unused during compilation: '-s'
  77. clang -s -o pktinfo pktinfo.o \
  78. pktread.o fcommon.o global.o dupe.o \
  79. -L/usr/local/lib -lareafix -lfidoconfig -lsmapi -lhusky
  80. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/tpkt.c
  81. clang: warning: optimization flag '-fstrength-reduce' is not supported
  82. clang: warning: argument unused during compilation: '-s'
  83. src/tpkt.c:100:67: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  84. strcpy(msg.text, "AREA:test.ger\rasdasd\r---\r * Origin: klj<F6>klj (2:2432/605.0)\r");
  85. ^~~~
  86. 1 warning generated.
  87. clang -s -o tpkt tpkt.o \
  88. fcommon.o pktread.o pktwrite.o global.o \
  89. dupe.o -L/usr/local/lib -lareafix -lfidoconfig -lsmapi -lhusky
  90. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/txt2pkt.c
  91. clang: warning: optimization flag '-fstrength-reduce' is not supported
  92. clang: warning: argument unused during compilation: '-s'
  93. clang -s -o txt2pkt txt2pkt.o \
  94. fcommon.o pktread.o pktwrite.o \
  95. global.o dupe.o -L/usr/local/lib -lareafix -lfidoconfig -lsmapi -lhusky
  96. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/hptlink.c
  97. clang: warning: optimization flag '-fstrength-reduce' is not supported
  98. clang: warning: argument unused during compilation: '-s'
  99. src/hptlink.c:338:25: warning: comparison of array 'xmsg.subj' not equal to a null pointer is always true [-Wtautological-pointer-compare]
  100. if ( useSubj && xmsg.subj != NULL) {
  101. ~~~~~^~~~ ~~~~
  102. 1 warning generated.
  103. clang -s -o hptlink hptlink.o -L/usr/local/lib -lareafix -lfidoconfig -lsmapi -lhusky global.o
  104. clang -Ih -I/usr/local/include -c -s -O3 -fomit-frame-pointer -fstrength-reduce -fPIC -Wall -DDO_PERL `perl -MExtUtils::Embed -e ccopts` -DUNIX -DHAS_POPEN src/hpttree.c
  105. clang: warning: optimization flag '-fstrength-reduce' is not supported
  106. clang: warning: argument unused during compilation: '-s'
  107. src/hpttree.c:231:40: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
  108. if ( (tperiod) && ( abs(actualTime - ttime) >= ( tperiod * 24 *60 * 60)) )
  109. ^
  110. src/hpttree.c:231:40: note: use function 'labs' instead
  111. if ( (tperiod) && ( abs(actualTime - ttime) >= ( tperiod * 24 *60 * 60)) )
  112. ^~~
  113. labs
  114. 1 warning generated.
  115. clang -s -o hpttree hpttree.o -L/usr/local/lib -lareafix -lfidoconfig -lsmapi -lhusky
  116. clang -s -o hpt perl.o fcommon.o hpt.o pktread.o global.o toss.o scan.o scanarea.o seenby.o dupe.o hptafix.o post.o link.o pktwrite.o carbon.o -L/usr/local/lib -lareafix -lfidoconfig -lsmapi -lhusky `perl -MExtUtils::Embed -e ldopts`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement