Advertisement
Guest User

Untitled

a guest
Jan 18th, 2017
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.53 KB | None | 0 0
  1. pi@raspberrypi:~/xash3d/hlsdk/dlls $ make -f Makefile.rpi -j4
  2. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c aflock.cpp -o aflock.o
  3. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c agrunt.cpp -o agrunt.o
  4. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c airtank.cpp -o airtank.o
  5. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c animating.cpp -o animating.o
  6. In file included from animating.cpp:24:0:
  7. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  8. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  9. ^
  10. In file included from airtank.cpp:16:0:
  11. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  12. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  13. ^
  14. In file included from agrunt.cpp:20:0:
  15. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  16. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  17. ^
  18. In file included from aflock.cpp:20:0:
  19. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  20. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  21. ^
  22. In file included from agrunt.cpp:24:0:
  23. squadmonster.h: In member function ‘int CSquadMonster::InSquad()’:
  24. squadmonster.h:92:50: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  25. int InSquad ( void ) { return m_hSquadLeader != NULL; }
  26. ^
  27. In file included from aflock.cpp:23:0:
  28. squadmonster.h: In member function ‘int CSquadMonster::InSquad()’:
  29. squadmonster.h:92:50: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  30. int InSquad ( void ) { return m_hSquadLeader != NULL; }
  31. ^
  32. agrunt.cpp: In member function ‘virtual BOOL CAGrunt::CheckMeleeAttack1(float, float)’:
  33. agrunt.cpp:912:107: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  34. if ( HasConditions ( bits_COND_SEE_ENEMY ) && flDist <= AGRUNT_MELEE_DIST && flDot >= 0.6 && m_hEnemy != NULL )
  35. ^
  36. agrunt.cpp: In member function ‘virtual Schedule_t* CAGrunt::GetScheduleOfType(int)’:
  37. agrunt.cpp:1169:21: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  38. if ( m_hEnemy != NULL )
  39. ^
  40. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c animation.cpp -o animation.o
  41. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c apache.cpp -o apache.o
  42. In file included from apache.cpp:18:0:
  43. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  44. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  45. ^
  46. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c barnacle.cpp -o barnacle.o
  47. apache.cpp: In member function ‘void CApache::HuntThink()’:
  48. apache.cpp:471:18: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  49. if (m_hEnemy != NULL)
  50. ^
  51. apache.cpp:565:20: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  52. if (m_hEnemy != NULL)
  53. ^
  54. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c barney.cpp -o barney.o
  55. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c bigmomma.cpp -o bigmomma.o
  56. In file included from barnacle.cpp:20:0:
  57. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  58. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  59. ^
  60. barnacle.cpp: In member function ‘void CBarnacle::BarnacleThink()’:
  61. barnacle.cpp:153:19: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  62. if ( m_hEnemy != NULL )
  63. ^
  64. barnacle.cpp:167:21: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  65. if ( m_hEnemy != NULL && m_hEnemy->pev->deadflag != DEAD_NO )
  66. ^
  67. barnacle.cpp: In member function ‘virtual void CBarnacle::Killed(entvars_t*, int)’:
  68. barnacle.cpp:328:19: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  69. if ( m_hEnemy != NULL )
  70. ^
  71. In file included from barney.cpp:21:0:
  72. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  73. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  74. ^
  75. In file included from bigmomma.cpp:21:0:
  76. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  77. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  78. ^
  79. In file included from barney.cpp:24:0:
  80. talkmonster.h: In member function ‘BOOL CTalkMonster::IsFollowing()’:
  81. talkmonster.h:142:54: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  82. BOOL IsFollowing( void ) { return m_hTargetEnt != NULL && m_hTargetEnt->IsPlayer(); }
  83. ^
  84. barney.cpp: In member function ‘virtual void CBarney::RunTask(Task_t*)’:
  85. barney.cpp:228:19: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  86. if (m_hEnemy != NULL && (m_hEnemy->IsPlayer()))
  87. ^
  88. barney.cpp: In member function ‘virtual void CBarney::AlertSound()’:
  89. barney.cpp:272:19: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  90. if ( m_hEnemy != NULL )
  91. ^
  92. barney.cpp: In member function ‘virtual int CBarney::TakeDamage(entvars_t*, entvars_t*, float, int)’:
  93. barney.cpp:522:20: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  94. if ( m_hEnemy == NULL )
  95. ^
  96. barney.cpp: In member function ‘virtual Schedule_t* CBarney::GetScheduleOfType(int)’:
  97. barney.cpp:641:20: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  98. if ( m_hEnemy != NULL )
  99. ^
  100. barney.cpp: In member function ‘virtual Schedule_t* CBarney::GetSchedule()’:
  101. barney.cpp:733:20: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  102. if ( m_hEnemy == NULL && IsFollowing() )
  103. ^
  104. bigmomma.cpp: In member function ‘virtual void CBigMomma::Activate()’:
  105. bigmomma.cpp:708:23: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  106. if ( m_hTargetEnt == NULL )
  107. ^
  108. bigmomma.cpp: In member function ‘virtual void CBigMomma::RunTask(Task_t*)’:
  109. bigmomma.cpp:1041:25: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  110. if ( m_hTargetEnt == NULL )
  111. ^
  112. bigmomma.cpp:1060:24: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  113. if ( m_hTargetEnt != NULL && (m_hTargetEnt->pev->spawnflags & SF_INFOBM_WAIT) )
  114. ^
  115. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c bloater.cpp -o bloater.o
  116. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c bmodels.cpp -o bmodels.o
  117. In file included from bloater.cpp:20:0:
  118. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  119. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  120. ^
  121. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c bullsquid.cpp -o bullsquid.o
  122. In file included from bmodels.cpp:24:0:
  123. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  124. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  125. ^
  126. In file included from bullsquid.cpp:20:0:
  127. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  128. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  129. ^
  130. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c buttons.cpp -o buttons.o
  131. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c cbase.cpp -o cbase.o
  132. bullsquid.cpp: In member function ‘virtual int CBullsquid::IgnoreConditions()’:
  133. bullsquid.cpp:252:19: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  134. if ( m_hEnemy != NULL )
  135. ^
  136. bullsquid.cpp: In member function ‘virtual int CBullsquid::TakeDamage(entvars_t*, entvars_t*, float, int)’:
  137. bullsquid.cpp:292:19: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  138. if ( m_hEnemy != NULL && IsMoving() && pevAttacker == m_hEnemy->pev && gpGlobals->time - m_flLastHurtTime > 3 )
  139. ^
  140. bullsquid.cpp: In member function ‘virtual BOOL CBullsquid::CheckRangeAttack1(float, float)’:
  141. bullsquid.cpp:329:20: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  142. if ( m_hEnemy != NULL )
  143. ^
  144. bullsquid.cpp: In member function ‘virtual void CBullsquid::RunAI()’:
  145. bullsquid.cpp:791:19: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  146. if ( m_hEnemy != NULL && m_Activity == ACT_RUN )
  147. ^
  148. bullsquid.cpp: In member function ‘virtual MONSTERSTATE CBullsquid::GetIdealState()’:
  149. bullsquid.cpp:1261:21: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  150. if ( m_hEnemy != NULL && ( iConditions & bits_COND_LIGHT_DAMAGE || iConditions & bits_COND_HEAVY_DAMAGE ) && FClassnameIs( m_hEnemy->pev, "monster_headcrab" ) )
  151. ^
  152. In file included from buttons.cpp:24:0:
  153. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  154. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  155. ^
  156. In file included from cbase.cpp:16:0:
  157. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  158. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  159. ^
  160. buttons.cpp: In member function ‘virtual int CBaseButton::TakeDamage(entvars_t*, entvars_t*, float, int)’:
  161. buttons.cpp:407:23: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  162. if ( m_hActivator == NULL )
  163. ^
  164. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c client.cpp -o client.o
  165. In file included from client.cpp:27:0:
  166. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  167. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  168. ^
  169. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c combat.cpp -o combat.o
  170. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c controller.cpp -o controller.o
  171. In file included from controller.cpp:22:0:
  172. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  173. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  174. ^
  175. In file included from combat.cpp:24:0:
  176. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  177. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  178. ^
  179. In file included from controller.cpp:28:0:
  180. squadmonster.h: In member function ‘int CSquadMonster::InSquad()’:
  181. squadmonster.h:92:50: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  182. int InSquad ( void ) { return m_hSquadLeader != NULL; }
  183. ^
  184. controller.cpp: In member function ‘virtual void CController::RunTask(Task_t*)’:
  185. controller.cpp:642:20: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  186. if (m_hEnemy != NULL)
  187. ^
  188. controller.cpp: In member function ‘void CControllerHeadBall::HuntThink()’:
  189. controller.cpp:1214:79: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  190. if (gpGlobals->time - pev->dmgtime > 5 || pev->renderamt < 64 || m_hEnemy == NULL || m_hOwner == NULL || pev->origin.x < -4096 || pev->origin.x > 4096 || pev->origin.y < -4096 || pev->origin.y > 4096 || pev->origin.z < -4096 || pev->origin.z > 4096)
  191. ^
  192. controller.cpp:1214:99: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  193. if (gpGlobals->time - pev->dmgtime > 5 || pev->renderamt < 64 || m_hEnemy == NULL || m_hOwner == NULL || pev->origin.x < -4096 || pev->origin.x > 4096 || pev->origin.y < -4096 || pev->origin.y > 4096 || pev->origin.z < -4096 || pev->origin.z > 4096)
  194. ^
  195. controller.cpp: In member function ‘void CControllerZapBall::ExplodeTouch(CBaseEntity*)’:
  196. controller.cpp:1405:19: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  197. if (m_hOwner != NULL)
  198. ^
  199. combat.cpp: In member function ‘virtual int CBaseMonster::TakeDamage(entvars_t*, entvars_t*, float, int)’:
  200. combat.cpp:940:21: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  201. if (m_hEnemy == NULL || pevInflictor == m_hEnemy->pev || !HasConditions(bits_COND_SEE_ENEMY))
  202. ^
  203. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c crossbow.cpp -o crossbow.o
  204. In file included from crossbow.cpp:18:0:
  205. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  206. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  207. ^
  208. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c crowbar.cpp -o crowbar.o
  209. In file included from crowbar.cpp:17:0:
  210. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  211. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  212. ^
  213. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c defaultai.cpp -o defaultai.o
  214. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c doors.cpp -o doors.o
  215. In file included from doors.cpp:22:0:
  216. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  217. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  218. ^
  219. In file included from defaultai.cpp:19:0:
  220. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  221. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  222. ^
  223. doors.cpp: In member function ‘int CBaseDoor::DoorActivate()’:
  224. doors.cpp:542:24: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  225. if ( m_hActivator != NULL && m_hActivator->IsPlayer() )
  226. ^
  227. doors.cpp: In member function ‘void CBaseDoor::DoorGoUp()’:
  228. doors.cpp:586:24: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  229. if ( m_hActivator != NULL )
  230. ^
  231. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c effects.cpp -o effects.o
  232. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c egon.cpp -o egon.o
  233. In file included from effects.cpp:16:0:
  234. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  235. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  236. ^
  237. In file included from egon.cpp:18:0:
  238. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  239. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  240. ^
  241. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c explode.cpp -o explode.o
  242. In file included from explode.cpp:23:0:
  243. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  244. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  245. ^
  246. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c flyingmonster.cpp -o flyingmonster.o
  247. In file included from flyingmonster.cpp:16:0:
  248. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  249. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  250. ^
  251. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c func_break.cpp -o func_break.o
  252. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c func_tank.cpp -o func_tank.o
  253. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c game.cpp -o game.o
  254. In file included from func_break.cpp:23:0:
  255. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  256. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  257. ^
  258. In file included from game.cpp:17:0:
  259. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  260. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  261. ^
  262. In file included from func_tank.cpp:16:0:
  263. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  264. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  265. ^
  266. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c gamerules.cpp -o gamerules.o
  267. In file included from gamerules.cpp:20:0:
  268. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  269. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  270. ^
  271. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c gargantua.cpp -o gargantua.o
  272. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c gauss.cpp -o gauss.o
  273. In file included from gargantua.cpp:21:0:
  274. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  275. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  276. ^
  277. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c genericmonster.cpp -o genericmonster.o
  278. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c ggrenade.cpp -o ggrenade.o
  279. In file included from gauss.cpp:18:0:
  280. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  281. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  282. ^
  283. In file included from genericmonster.cpp:19:0:
  284. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  285. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  286. ^
  287. In file included from ggrenade.cpp:22:0:
  288. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  289. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  290. ^
  291. genericmonster.cpp: In member function ‘virtual int CGenericMonster::ISoundMask()’:
  292. genericmonster.cpp:98:9: warning: converting to non-pointer type ‘int’ from NULL [-Wconversion-null]
  293. return NULL;
  294. ^
  295. /tmp/ccJBHB9L.s: Assembler messages:
  296. /tmp/ccJBHB9L.s:8185: Error: unknown pseudo-op: `.uleb128$0x16'
  297. g++ -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -D_LINUX -DCLIENT_WEAPONS -D_DEBUG -Dstricmp=strcasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -mfloat-abi=hard -fno-exceptions -fsigned-char -mcpu=cortex-a7 -mfpu=neon -fPIC -g -Wno-write-strings -Wno-invalid-offsetof -Wno-endif-labels -frtti -I/media/sda1/sources/git/halflife/include -I./. -I./wpn_shared -I./../common -I./../engine/common -I./../engine -I./../public -I./../pm_shared -I./../game_shared -c globals.cpp -o globals.o
  298. In file included from globals.cpp:27:0:
  299. util.h:254:70: warning: ‘typedef’ was ignored in this declaration
  300. typedef enum { point_hull=0, human_hull=1, large_hull=2, head_hull=3 };
  301. ^
  302. Makefile.rpi:165: recipe for target 'gauss.o' failed
  303. make: *** [gauss.o] Error 1
  304. make: *** Waiting for unfinished jobs....
  305. pi@raspberrypi:~/xash3d/hlsdk/dlls $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement