virtualx-engine/thirdparty/assimp/include/assimp
Martin Liska f48bb8fac8 Fix few GCC9 warnings:
thirdparty/assimp/include/assimp/material.inl: In member function 'aiReturn aiMaterial::Get(const char*, unsigned int, unsigned int, aiColor3D&) const':
thirdparty/assimp/include/assimp/material.inl:176:33: error: implicitly-declared 'aiColor3D& aiColor3D::operator=(const aiColor3D&)' is deprecated [-Werror=deprecated-copy]
  176 |     pOut = aiColor3D(c.r,c.g,c.b);

modules/dds/texture_loader_dds.cpp:167:50: error: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Werror=sign-compare]
  167 |  if (format_flags & DDPF_FOURCC && format_fourcc == PF_FOURCC("DXT1")) {
      |                                                  ^
[ 28%] modules/dds/texture_loader_dds.cpp:170:57: error: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Werror=sign-compare]
  170 |  } else if (format_flags & DDPF_FOURCC && format_fourcc == PF_FOURCC("DXT3")) {
      |                                                         ^
modules/dds/texture_loader_dds.cpp:174:57: error: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Werror=sign-compare]
  174 |  } else if (format_flags & DDPF_FOURCC && format_fourcc == PF_FOURCC("DXT5")) {
      |                                                         ^
modules/dds/texture_loader_dds.cpp:177:57: error: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Werror=sign-compare]
  177 |  } else if (format_flags & DDPF_FOURCC && format_fourcc == PF_FOURCC("ATI1")) {
      |                                                         ^
modules/dds/texture_loader_dds.cpp:180:57: error: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Werror=sign-compare]
  180 |  } else if (format_flags & DDPF_FOURCC && format_fourcc == PF_FOURCC("ATI2")) {
      |                                                         ^
modules/dds/texture_loader_dds.cpp:183:57: error: comparison of integer expressions of different signedness: 'uint32_t' {aka 'unsigned int'} and 'int' [-Werror=sign-compare]
  183 |  } else if (format_flags & DDPF_FOURCC && format_fourcc == PF_FOURCC("A2XY")) {
      |                                                         ^

thirdparty/assimp/include/assimp/material.inl: In member function 'aiReturn aiMaterial::Get(const char*, unsigned int, unsigned int, aiColor3D&) const':
thirdparty/assimp/include/assimp/material.inl:176:33: error: implicitly-declared 'aiColor3D& aiColor3D::operator=(const aiColor3D&)' is deprecated [-Werror=deprecated-copy]
  176 |     pOut = aiColor3D(c.r,c.g,c.b);
2019-07-02 13:35:30 +02:00
..
Compiler
port/AndroidJNI
.editorconfig
ai_assert.h
anim.h
BaseImporter.h
Bitmap.h
BlobIOSystem.h
ByteSwapper.h
camera.h
cexport.h
cfileio.h
cimport.h
color4.h
color4.inl
config.h.in
CreateAnimMesh.h
DefaultIOStream.h
DefaultIOSystem.h
DefaultLogger.hpp
Defines.h
defs.h
Exceptional.h
Exporter.hpp
fast_atof.h
GenericProperty.h
Hash.h
Importer.hpp
importerdesc.h
IOStream.hpp
IOStreamBuffer.h
IOSystem.hpp
irrXMLWrapper.h
light.h
LineSplitter.h
LogAux.h
Logger.hpp
LogStream.hpp
Macros.h
material.h Update Assimp to master at d3d98a7ec0c8d38e1952b46dfe53f7e9233dc92d 2019-04-09 07:42:31 -07:00
material.inl
MathFunctions.h
matrix3x3.h
matrix3x3.inl
matrix4x4.h
matrix4x4.inl
MemoryIOWrapper.h
mesh.h
metadata.h
NullLogger.hpp
ParsingUtils.h
pbrmaterial.h
postprocess.h
Profiler.h
ProgressHandler.hpp
qnan.h
quaternion.h
quaternion.inl
RemoveComments.h
scene.h
SceneCombiner.h
SGSpatialSort.h
SkeletonMeshBuilder.h
SmoothingGroups.h
SmoothingGroups.inl
SpatialSort.h
StandardShapes.h
StreamReader.h
StreamWriter.h
StringComparison.h
StringUtils.h
Subdivision.h
texture.h
TinyFormatter.h
types.h Fix few GCC9 warnings: 2019-07-02 13:35:30 +02:00
vector2.h
vector2.inl
vector3.h
vector3.inl
version.h
Vertex.h
XMLTools.h