Advertisement
devinteske

Comparison log

Jan 22nd, 2016
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. ===> usr.bin/xlint/llib (all)
  2. lint -cghapbx -Cposix /home/dteske/src/freebsd_svn/base/head/usr.bin/xlint/llib/llib-lposix
  3. llib-lposix:
  4. warning: unknown warning option '-Wtraditional' [-Wunknown-warning-option]
  5. 1 warning generated.
  6. endian.h(95): warning: bitwise operation on signed value possibly nonportable [117]
  7. endian.h(122): warning: extra bits set to 0 in conversion of 'unsigned int' to 'unsigned long long', op & [309]
  8. endian.h(122): warning: conversion to 'unsigned int' due to prototype, arg #1 [259]
  9. endian.h(122): warning: conversion from 'unsigned long long' to 'unsigned int' may lose accuracy, arg #1 [298]
  10. endian.h(122): warning: conversion to 'unsigned int' due to prototype, arg #1 [259]
  11. endian.h(122): warning: conversion from 'unsigned long long' to 'unsigned int' may lose accuracy, arg #1 [298]
  12. types.h(309): warning: bitwise operation on signed value possibly nonportable [117]
  13. types.h(310): warning: bitwise operation on signed value possibly nonportable [117]
  14. types.h(311): warning: bitwise operation on signed value possibly nonportable [117]
  15. types.h(312): warning: bitwise operation on signed value possibly nonportable [117]
  16. types.h(348): warning: conversion to 'unsigned int' due to prototype, arg #1 [259]
  17. types.h(348): warning: conversion from 'unsigned long long' to 'unsigned int' may lose accuracy, arg #1 [298]
  18. types.h(348): warning: conversion to 'unsigned int' due to prototype, arg #1 [259]
  19. types.h(348): warning: conversion from 'unsigned long long' to 'unsigned int' may lose accuracy, arg #1 [298]
  20. _types.h(61): warning: struct __timer never defined [233]
  21. _types.h(62): warning: struct __mq never defined [233]
  22. endian.h(111): warning: static function __bswap64_var unused [236]
  23. _pthreadtypes.h(44): warning: struct pthread never defined [233]
  24. _pthreadtypes.h(45): warning: struct pthread_attr never defined [233]
  25. _pthreadtypes.h(46): warning: struct pthread_cond never defined [233]
  26. _pthreadtypes.h(47): warning: struct pthread_cond_attr never defined [233]
  27. _pthreadtypes.h(48): warning: struct pthread_mutex never defined [233]
  28. _pthreadtypes.h(49): warning: struct pthread_mutex_attr never defined [233]
  29. _pthreadtypes.h(51): warning: struct pthread_rwlock never defined [233]
  30. _pthreadtypes.h(52): warning: struct pthread_rwlockattr never defined [233]
  31. _pthreadtypes.h(53): warning: struct pthread_barrier never defined [233]
  32. _pthreadtypes.h(54): warning: struct pthread_barrier_attr never defined [233]
  33. _pthreadtypes.h(55): warning: struct pthread_spinlock never defined [233]
  34. _pthreadtypes.h(78): warning: struct pthread_barrierattr never defined [233]
  35. types.h(242): warning: struct cap_rights never defined [233]
  36. types.h(306): warning: static function __bitcount16 unused [236]
  37. types.h(345): warning: static function __bitcount64 unused [236]
  38. math.h(197): warning: static function __inline_isnan unused [236]
  39. math.h(204): warning: static function __inline_isnanf unused [236]
  40. math.h(211): warning: static function __inline_isnanl unused [236]
  41. signal.h(295): warning: struct __siginfo never defined [233]
  42. Lint pass2:
  43. uname multiply defined llib-lposix?(42) :: llib-lposix(303)
  44. lint -cghapbx -Cstdc /home/dteske/src/freebsd_svn/base/head/usr.bin/xlint/llib/llib-lstdc
  45. llib-lstdc:
  46. warning: unknown warning option '-Wtraditional' [-Wunknown-warning-option]
  47. 1 warning generated.
  48. _types.h(61): warning: struct __timer never defined [233]
  49. _types.h(62): warning: struct __mq never defined [233]
  50. math.h(197): warning: static function __inline_isnan unused [236]
  51. math.h(204): warning: static function __inline_isnanf unused [236]
  52. math.h(211): warning: static function __inline_isnanl unused [236]
  53. stdio.h(142): warning: struct pthread_mutex never defined [233]
  54. stdio.h(143): warning: struct pthread never defined [233]
  55. Lint pass2:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement