Advertisement
Guest User

Ocean Project warnings XCode Mac 10.x

a guest
Aug 11th, 2016
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.51 KB | None | 0 0
  1.  
  2. Running Mono...
  3.  
  4. Setting up Mono
  5. /Users/Shared/UnrealEngine/4.12/Engine /Users/Shared/UnrealEngine/4.12/Engine/Binaries/Mac
  6. Compiling with MacOSX SDK 10.11
  7. @progress push 5%
  8. Parsing headers for OpTridentEditor
  9. Running UnrealHeaderTool "/Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/OpTrident.uproject" "/Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Intermediate/Build/Mac/OpTridentEditor/Development/OpTridentEditor.uhtmanifest" -LogCmds="loginit warning, logexit warning, logdatabase error" -Unattended -WarningsAsErrors -installed
  10. Reflection code generated for OpTridentEditor in 11.9795445 seconds
  11. @progress pop
  12. Performing 42 actions (2 in parallel)
  13. [2/42] Compile Module.OceanPlugin.cpp
  14. [1/42] Compile OpTrident.h
  15. [3/42] Compile OceanPlugin.generated.cpp
  16. In file included from /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Intermediate/Build/Mac/UE4Editor/Development/OceanPlugin/Module.OceanPlugin.cpp:7:
  17. In file included from /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Private/BuoyantMesh/BuoyantMeshComponent.cpp:22:
  18. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshComponent.h:37:39: warning: declaration shadows a field of 'FTriangleMesh' [-Wshadow]
  19. FTriangleMesh(const TArray<FVector>& Vertices, const TArray<int32>& TriangleVertexIndices)
  20. ^
  21. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshComponent.h:34:24: note: previous declaration is here
  22. const TArray<FVector> Vertices;
  23. ^
  24. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshComponent.h:37:70: warning: declaration shadows a field of 'FTriangleMesh' [-Wshadow]
  25. FTriangleMesh(const TArray<FVector>& Vertices, const TArray<int32>& TriangleVertexIndices)
  26. ^
  27. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshComponent.h:35:22: note: previous declaration is here
  28. const TArray<int32> TriangleVertexIndices;
  29. ^
  30. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshComponent.h:138:25: warning: declaration shadows a field of 'UBuoyantMeshComponent::FForce' [-Wshadow]
  31. FForce(const FVector& Vector, const FVector& Point) : Vector{Vector}, Point{Point}
  32. ^
  33. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshComponent.h:135:11: note: previous declaration is here
  34. FVector Vector;
  35. ^
  36. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshComponent.h:138:48: warning: declaration shadows a field of 'UBuoyantMeshComponent::FForce' [-Wshadow]
  37. FForce(const FVector& Vector, const FVector& Point) : Vector{Vector}, Point{Point}
  38. ^
  39. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshComponent.h:137:11: note: previous declaration is here
  40. FVector Point;
  41. ^
  42. In file included from /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Intermediate/Build/Mac/UE4Editor/Development/OceanPlugin/Module.OceanPlugin.cpp:7:
  43. In file included from /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Private/BuoyantMesh/BuoyantMeshComponent.cpp:30:
  44. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/WaterHeightmapComponent.h:46:24: warning: declaration shadows a field of 'UWaterHeightmapComponent::FTrianglePlane' [-Wshadow]
  45. FTrianglePlane(float e1, float e2, float e3, float e4) : e1{e1}, e2{e2}, e3{e3}, e4{e4} {};
  46. ^
  47. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/WaterHeightmapComponent.h:41:15: note: previous declaration is here
  48. const float e1;
  49. ^
  50. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/WaterHeightmapComponent.h:46:34: warning: declaration shadows a field of 'UWaterHeightmapComponent::FTrianglePlane' [-Wshadow]
  51. FTrianglePlane(float e1, float e2, float e3, float e4) : e1{e1}, e2{e2}, e3{e3}, e4{e4} {};
  52. ^
  53. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/WaterHeightmapComponent.h:42:15: note: previous declaration is here
  54. const float e2;
  55. ^
  56. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/WaterHeightmapComponent.h:46:44: warning: declaration shadows a field of 'UWaterHeightmapComponent::FTrianglePlane' [-Wshadow]
  57. FTrianglePlane(float e1, float e2, float e3, float e4) : e1{e1}, e2{e2}, e3{e3}, e4{e4} {};
  58. ^
  59. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/WaterHeightmapComponent.h:43:15: note: previous declaration is here
  60. const float e3;
  61. ^
  62. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/WaterHeightmapComponent.h:46:54: warning: declaration shadows a field of 'UWaterHeightmapComponent::FTrianglePlane' [-Wshadow]
  63. FTrianglePlane(float e1, float e2, float e3, float e4) : e1{e1}, e2{e2}, e3{e3}, e4{e4} {};
  64. ^
  65. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/WaterHeightmapComponent.h:44:15: note: previous declaration is here
  66. const float e4;
  67. ^
  68. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/WaterHeightmapComponent.h:57:22: warning: declaration shadows a field of 'UWaterHeightmapComponent::FIntVector2D' [-Wshadow]
  69. FIntVector2D(int32 X, int32 Y) : X{X}, Y{Y} {};
  70. ^
  71. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/WaterHeightmapComponent.h:55:9: note: previous declaration is here
  72. int32 X;
  73. ^
  74. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/WaterHeightmapComponent.h:57:31: warning: declaration shadows a field of 'UWaterHeightmapComponent::FIntVector2D' [-Wshadow]
  75. FIntVector2D(int32 X, int32 Y) : X{X}, Y{Y} {};
  76. ^
  77. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/WaterHeightmapComponent.h:56:9: note: previous declaration is here
  78. int32 Y;
  79. ^
  80. In file included from /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Intermediate/Build/Mac/UE4Editor/Development/OceanPlugin/Module.OceanPlugin.cpp:7:
  81. /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Private/BuoyantMesh/BuoyantMeshComponent.cpp:194:7: warning: declaration shadows a field of 'UBuoyantMeshComponent' [-Wshadow]
  82. auto World = GetWorld();
  83. ^
  84. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshComponent.h:154:10: note: previous declaration is here
  85. UWorld* World = nullptr;
  86. ^
  87. In file included from /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Intermediate/Build/Mac/UE4Editor/Development/OceanPlugin/Module.OceanPlugin.cpp:8:
  88. /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Private/BuoyantMesh/BuoyantMeshSubtriangle.cpp:96:65: warning: declaration shadows a field of 'FBuoyantMeshSubtriangle' [-Wshadow]
  89. FBuoyantMeshSubtriangle::FBuoyantMeshSubtriangle(const FVector& A, const FVector& B, const FVector& C)
  90. ^
  91. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshSubtriangle.h:28:16: note: previous declaration is here
  92. const FVector A;
  93. ^
  94. In file included from /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Intermediate/Build/Mac/UE4Editor/Development/OceanPlugin/Module.OceanPlugin.cpp:8:
  95. /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Private/BuoyantMesh/BuoyantMeshSubtriangle.cpp:96:83: warning: declaration shadows a field of 'FBuoyantMeshSubtriangle' [-Wshadow]
  96. FBuoyantMeshSubtriangle::FBuoyantMeshSubtriangle(const FVector& A, const FVector& B, const FVector& C)
  97. ^
  98. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshSubtriangle.h:29:16: note: previous declaration is here
  99. const FVector B;
  100. ^
  101. In file included from /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Intermediate/Build/Mac/UE4Editor/Development/OceanPlugin/Module.OceanPlugin.cpp:8:
  102. /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Private/BuoyantMesh/BuoyantMeshSubtriangle.cpp:96:101: warning: declaration shadows a field of 'FBuoyantMeshSubtriangle' [-Wshadow]
  103. FBuoyantMeshSubtriangle::FBuoyantMeshSubtriangle(const FVector& A, const FVector& B, const FVector& C)
  104. ^
  105. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshSubtriangle.h:30:16: note: previous declaration is here
  106. const FVector C;
  107. ^
  108. In file included from /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Intermediate/Build/Mac/UE4Editor/Development/OceanPlugin/Module.OceanPlugin.cpp:9:
  109. /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Private/BuoyantMesh/BuoyantMeshTriangle.cpp:76:70: warning: declaration shadows a field of 'FBuoyantMeshTriangle' [-Wshadow]
  110. FBuoyantMeshTriangle::FBuoyantMeshTriangle(const FBuoyantMeshVertex& H,
  111. ^
  112. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshTriangle.h:47:27: note: previous declaration is here
  113. const FBuoyantMeshVertex H;
  114. ^
  115. In file included from /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Intermediate/Build/Mac/UE4Editor/Development/OceanPlugin/Module.OceanPlugin.cpp:9:
  116. /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Private/BuoyantMesh/BuoyantMeshTriangle.cpp:77:70: warning: declaration shadows a field of 'FBuoyantMeshTriangle' [-Wshadow]
  117. const FBuoyantMeshVertex& M,
  118. ^
  119. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshTriangle.h:49:27: note: previous declaration is here
  120. const FBuoyantMeshVertex M;
  121. ^
  122. In file included from /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Intermediate/Build/Mac/UE4Editor/Development/OceanPlugin/Module.OceanPlugin.cpp:9:
  123. /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Private/BuoyantMesh/BuoyantMeshTriangle.cpp:78:70: warning: declaration shadows a field of 'FBuoyantMeshTriangle' [-Wshadow]
  124. const FBuoyantMeshVertex& L,
  125. ^
  126. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshTriangle.h:51:27: note: previous declaration is here
  127. const FBuoyantMeshVertex L;
  128. ^
  129. In file included from /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Intermediate/Build/Mac/UE4Editor/Development/OceanPlugin/Module.OceanPlugin.cpp:9:
  130. /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Private/BuoyantMesh/BuoyantMeshTriangle.cpp:79:59: warning: declaration shadows a field of 'FBuoyantMeshTriangle' [-Wshadow]
  131. const FVector& Normal)
  132. ^
  133. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshTriangle.h:44:16: note: previous declaration is here
  134. const FVector Normal;
  135. ^
  136. In file included from /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Intermediate/Build/Mac/UE4Editor/Development/OceanPlugin/Module.OceanPlugin.cpp:10:
  137. /Users/bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Private/BuoyantMesh/BuoyantMeshVertex.cpp:30:55: warning: declaration shadows a field of 'FBuoyantMeshVertex' [-Wshadow]
  138. FBuoyantMeshVertex::FBuoyantMeshVertex(const FVector& Position, float HeightAboveWater)
  139. ^
  140. ../../../../../bigwillydier/Perforce/SlothMaster_OpT_Mac/Plugins/OceanPlugin/Source/OceanPlugin/Classes/BuoyantMesh/BuoyantMeshVertex.h:28:16: note: previous declaration is here
  141. const FVector Position;
  142. ^
  143. 19 warnings generated.
  144. [4/42] Compile Module.CashGen.cpp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement