Guest User

Untitled

a guest
May 23rd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.02 KB | None | 0 0
  1. [SRC] Compiling console.cpp
  2. /home/batti5/Documents/openttd/src/console.cpp: In function ‘void IConsoleWriteToLogFile(const char*)’:
  3. /home/batti5/Documents/openttd/src/console.cpp:274: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  4. /home/batti5/Documents/openttd/src/console.cpp:275: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  5.  
  6. [SRC] Compiling fileio.cpp
  7. /home/batti5/Documents/openttd/src/fileio.cpp: In function ‘byte FioReadByte()’:
  8. /home/batti5/Documents/openttd/src/fileio.cpp:95: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  9. /home/batti5/Documents/openttd/src/fileio.cpp: In function ‘void FioReadBlock(void*, uint)’:
  10. /home/batti5/Documents/openttd/src/fileio.cpp:128: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  11. /home/batti5/Documents/openttd/src/fileio.cpp: In function ‘char* BuildWithFullPath(const char*)’:
  12. /home/batti5/Documents/openttd/src/fileio.cpp:433: warning: ignoring return value of ‘char* getcwd(char*, size_t)’, declared with attribute warn_unused_result
  13. /home/batti5/Documents/openttd/src/fileio.cpp: In function ‘bool TarListAddFile(const char*)’:
  14. /home/batti5/Documents/openttd/src/fileio.cpp:487: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  15. /home/batti5/Documents/openttd/src/fileio.cpp: In function ‘void ChangeWorkingDirectory(const char*)’:
  16. /home/batti5/Documents/openttd/src/fileio.cpp:632: warning: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result
  17. /home/batti5/Documents/openttd/src/fileio.cpp: In function ‘void DetermineBasePaths(const char*)’:
  18. /home/batti5/Documents/openttd/src/fileio.cpp:674: warning: ignoring return value of ‘char* getcwd(char*, size_t)’, declared with attribute warn_unused_result
  19. /home/batti5/Documents/openttd/src/fileio.cpp:681: warning: ignoring return value of ‘char* getcwd(char*, size_t)’, declared with attribute warn_unused_result
  20.  
  21. [SRC] Compiling mixer/file.cpp
  22. /home/batti5/Documents/openttd/src/mixer/file.cpp: In member function ‘virtual bool File::open(const char*, File::AccessMode)’:
  23. /home/batti5/Documents/openttd/src/mixer/file.cpp:172: warning: suggest explicit braces to avoid ambiguous ‘else’
  24. [SRC] Compiling mixer/mixer.cpp
  25. /home/batti5/Documents/openttd/src/mixer/mixer.cpp: In constructor ‘Channel::Channel(Mixer*, Mixer::SoundType, AudioStream*, bool, bool, int, bool)’:
  26. /home/batti5/Documents/openttd/src/mixer/mixer.cpp:39: warning: ‘Channel::_input’ will be initialized after
  27. /home/batti5/Documents/openttd/src/mixer/mixer.cpp:28: warning: ‘bool Channel::_permanent’
  28. /home/batti5/Documents/openttd/src/mixer/mixer.cpp:338: warning: when initialized here
  29.  
  30. [SRC] Compiling network/network_client.cpp
  31. /home/batti5/Documents/openttd/src/network/network_client.cpp: In function ‘NetworkRecvStatus NetworkPacketReceive_PACKET_SERVER_MAP_command(Packet*)’:
  32. /home/batti5/Documents/openttd/src/network/network_client.cpp:598: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  33.  
  34. SRC] Compiling players.cpp
  35. /home/batti5/Documents/openttd/src/players.cpp: In function ‘void SaveToHighScore()’:
  36. /home/batti5/Documents/openttd/src/players.cpp:1077: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  37. /home/batti5/Documents/openttd/src/players.cpp:1078: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  38. /home/batti5/Documents/openttd/src/players.cpp:1079: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  39. /home/batti5/Documents/openttd/src/players.cpp:1080: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  40. /home/batti5/Documents/openttd/src/players.cpp: In function ‘void LoadFromHighScore()’:
  41. /home/batti5/Documents/openttd/src/players.cpp:1101: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  42. /home/batti5/Documents/openttd/src/players.cpp:1103: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  43. /home/batti5/Documents/openttd/src/players.cpp:1104: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  44.  
  45. [SRC] Compiling saveload.cpp
  46. /home/batti5/Documents/openttd/src/saveload.cpp: In function ‘void WriteNoComp(uint)’:
  47. /home/batti5/Documents/openttd/src/saveload.cpp:1117: warning: ignoring return value of ‘size_t fwrite(const void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result
  48.  
  49. /home/batti5/Documents/openttd/src/sound.cpp:150: warning: suggest parentheses around && within ||
  50. /home/batti5/Documents/openttd/src/sound.cpp:150: warning: suggest parentheses around && within ||
  51. [SRC] Compiling sound/null_s.cpp
  52. [SRC] Compiling sound/sdl_s.cpp
  53. [SRC] Compiling spritecache.cpp
  54. [SRC] Compiling spriteloader/grf.cpp
  55. [SRC] Compiling spriteloader/png.cpp
  56. /home/batti5/Documents/openttd/src/spriteloader/png.cpp: In function ‘bool LoadPNG(SpriteLoader::Sprite*, const char*, uint32, bool)’:
  57. /home/batti5/Documents/openttd/src/spriteloader/png.cpp:47: warning: argument ‘mask’ might be clobbered by ‘longjmp’ or ‘vfork’
  58.  
  59. bash: [SRC]: command not found
  60. batti5@batti5:~/Documents/openttd$ /home/batti5/Documents/openttd/src/sound.cpp: In function ‘bool SetBankSource(SoundHandle*, uint, const FileEntry*)’:
  61. bash: syntax error near unexpected token `('
  62. batti5@batti5:~/Documents/openttd$ /home/batti5/Documents/openttd/src/sound.cpp:150: warning: suggest parentheses around && within ||
  63. > /home/batti5/Documents/openttd/src/sound.cpp:150: warning: suggest parentheses around && within ||
  64. > [SRC] Compiling sound/null_s.cpp
  65. bash: /home/batti5/Documents/openttd/src/sound.cpp:150:: No such file or directory
  66. bash: /home/batti5/Documents/openttd/src/sound.cpp:150:: No such file or directory
  67. bash: [SRC]: command not found
  68. batti5@batti5:~/Documents/openttd$ [SRC] Compiling sound/sdl_s.cpp
  69. bash: [SRC]: command not found
  70. batti5@batti5:~/Documents/openttd$ [SRC] Compiling spritecache.cpp
  71. bash: [SRC]: command not found
  72. batti5@batti5:~/Documents/openttd$ [SRC] Compiling spriteloader/grf.cpp
  73. bash: [SRC]: command not found
  74. batti5@batti5:~/Documents/openttd$ [SRC] Compiling spriteloader/png.cpp
  75. bash: [SRC]: command not found
  76. batti5@batti5:~/Documents/openttd$ /home/batti5/Documents/openttd/src/spriteloader/png.cpp: In function ‘bool LoadPNG(SpriteLoader::Sprite*, const char*, uint32, bool)’:
  77. bash: syntax error near unexpected token `('
  78. batti5@batti5:~/Documents/openttd$ /home/batti5/Documents/openttd/src/spriteloader/png.cpp:47: warning: argument ‘mask’ might be clobbered by ‘longjmp’ or ‘vfork’
  79. bash: /home/batti5/Documents/openttd/src/spriteloader/png.cpp:47:: No such fileor directory
Add Comment
Please, Sign In to add comment