Skip to content

Instantly share code, notes, and snippets.

@mihirpmehta
Created November 22, 2013 09:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mihirpmehta/7597367 to your computer and use it in GitHub Desktop.
Save mihirpmehta/7597367 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
mihirmehta:iOS mihir$ ./build_ios.sh
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.25")
-- Building a non-boost version of Assimp.
-- Looking for ZLIB...
-- checking for module 'zzip-zlib-config'
-- package 'zzip-zlib-config' not found
-- Could not locate ZLIB
-- compiling zlib from souces
-- Looking for sys/types.h
-- Looking for sys/types.h - not found
-- Looking for stdint.h
-- Looking for stdint.h - not found
-- Looking for stddef.h
-- Looking for stddef.h - not found
-- Check size of off64_t
-- Check size of off64_t - failed
-- Looking for fseeko
-- Looking for fseeko - not found
-- Looking for unistd.h
-- Looking for unistd.h - not found
-- checking for module 'minizip'
-- package 'minizip' not found
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_STATIC_LIB
CMAKE_TOOLCHAIN_FILE
ENABLE_BOOST_WORKAROUND
-- Build files have been written to: /Users/mihir/Downloads/assimp-master
Building armv6 library
[ 0%] [ 1%] [ 2%] [ 3%] [ 2%] [ 3%] [ 3%] [ 4%] Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/compress.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.o
clang: warning: no such sysroot directory: '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk'
clang: warning: no such sysroot directory: '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk'
clang: warning: no such sysroot directory: '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk'
clang: warning: no such sysroot directory: '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk'
clang: warning: no such sysroot directory: '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk'
In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/gzclose.c:6:
/Users/mihir/Downloads/assimp-master/contrib/zlib/gzguts.h:21:10: fatal error: 'stdio.h' file not
found
#include <stdio.h>
^
clang: warning: no such sysroot directory: '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk'
1 error generated.
clang: warning: no such sysroot directory: '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk'
clang: warning: In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/deflate.c:52:
In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/deflate.h:16:
In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/zutil.h:22:
In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/zlib.h:34:
/Users/mihir/Downloads/assimp-master/contrib/zlib/zconf.h:423:14: fatal error: 'sys/types.h' file not
found
no such sysroot directory: '/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk'# include <sys/types.h> /* for off_t */
^
In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/crc32.c:31:
In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/zutil.h:22:
In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/zlib.h:34:
/Users/mihir/Downloads/assimp-master/contrib/zlib/zconf.h:423:14: fatal error: 'sys/types.h' file not
found
# include <sys/types.h> /* for off_t */
^
In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/compress.c:9:
In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/zlib.h:34:
/Users/mihir/Downloads/assimp-master/contrib/zlib/zconf.h:423:14: fatal error: 'sys/types.h' file not
found
# include <sys/types.h> /* for off_t */
^
In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/adler32.c:8:
In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/zutil.h:22:
In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/zlib.h:34:
/Users/mihir/Downloads/assimp-master/contrib/zlib/zconf.h:423:14: fatal error: 'sys/types.h' file not
found
# include <sys/types.h> /* for off_t */
^
1 error generated.
1 error generated.
In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/gzwrite.c:6:
/Users/mihir/Downloads/assimp-master/contrib/zlib/gzguts.h:21:10: fatal error: 'stdio.h' file not
found
#include <stdio.h>
^
1 error generated.
In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/gzread.c:6:
/Users/mihir/Downloads/assimp-master/contrib/zlib/gzguts.h:21:10: fatal error: 'stdio.h' file not
found
#include <stdio.h>
^
In file included from /Users/mihir/Downloads/assimp-master/contrib/zlib/gzlib.c:6:
/Users/mihir/Downloads/assimp-master/contrib/zlib/gzguts.h:21:10: fatal error: 'stdio.h' file not
found
#include <stdio.h>
^
1 error generated.
make[3]: *** [contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[3]: *** [contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.o] Error 1
make[3]: *** [contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.o] Error 1
make[3]: *** [contrib/zlib/CMakeFiles/zlibstatic.dir/compress.o] Error 1
make[3]: *** [contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.o] Error 1
1 error generated.
make[3]: *** [contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.o] Error 1
1 error generated.
make[3]: *** [contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.o] Error 1
1 error generated.
make[3]: *** [contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.o] Error 1
make[2]: *** [contrib/zlib/CMakeFiles/zlibstatic.dir/all] Error 2
make[1]: *** [code/CMakeFiles/assimp.dir/rule] Error 2
make: *** [assimp] Error 2
cp: ./lib/libassimp.a: No such file or directory
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.25")
-- Building a non-boost version of Assimp.
-- Looking for ZLIB...
-- checking for module 'zzip-zlib-config'
-- package 'zzip-zlib-config' not found
-- Could not locate ZLIB
-- compiling zlib from souces
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of off64_t
-- Check size of off64_t - failed
-- Looking for fseeko
-- Looking for fseeko - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- checking for module 'minizip'
-- package 'minizip' not found
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_STATIC_LIB
CMAKE_TOOLCHAIN_FILE
ENABLE_BOOST_WORKAROUND
-- Build files have been written to: /Users/mihir/Downloads/assimp-master
Building armv7 library
Scanning dependencies of target zlibstatic
[ 0%] [ 0%] [ 2%] [ 2%] [ 2%] [ 3%] [ 3%] Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/gzclose.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/gzwrite.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/gzread.o
[ 4%] Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/crc32.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/deflate.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/gzlib.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/compress.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/adler32.o
[ 5%] [ 5%] [ 8%] [ 8%] [ 8%] [ 9%] [ 9%] Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/inffast.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/uncompr.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/inftrees.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/inflate.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/zutil.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/trees.o
Building C object contrib/zlib/CMakeFiles/zlibstatic.dir/infback.o
Linking C static library ../../lib/libzlibstatic.a
[ 9%] Built target zlibstatic
Scanning dependencies of target assimp
[ 10%] [ 10%] [ 10%] [ 11%] [ 11%] [ 12%] [ 12%] [ 13%] Building CXX object code/CMakeFiles/assimp.dir/BaseImporter.cpp.o
Building CXX object code/CMakeFiles/assimp.dir/BaseProcess.cpp.o
Building CXX object code/CMakeFiles/assimp.dir/DefaultIOStream.cpp.o
Building CXX object code/CMakeFiles/assimp.dir/Assimp.cpp.o
Building CXX object code/CMakeFiles/assimp.dir/Importer.cpp.o
Building CXX object code/CMakeFiles/assimp.dir/ImporterRegistry.cpp.o
Building CXX object code/CMakeFiles/assimp.dir/DefaultIOSystem.cpp.o
Building CXX object code/CMakeFiles/assimp.dir/PostStepRegistry.cpp.o
In file included from In file included from In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp/Users/mihir/Downloads/assimp-master/code/PostStepRegistry.cpp::4949:
:
In file included from In file included from In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h/Users/mihir/Downloads/assimp-master/code/AssimpPCH.h/Users/mihir/Downloads/assimp-master/code/BaseImporter.cpp::135:135:
46In file included from :
/Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hppIn file included from :
:/Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hppIn file included from 46:/Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:
46:In file included from :
135/Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hppIn file included from :
:/Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp47In file included from ::
/Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp47In file included from ::
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h46In file included from ::
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h60In file included from ::
/Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp60::
47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.hIn file included from :/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h121:/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h60::3:
121:: 3: /Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.hwarning: :121warning: :3unknown:
unknown
attribute warning: attribute'gcc_struct' 'gcc_struct'unknownignored
ignored [-Wattributes] attribute[-Wattributes]
'gcc_struct'
ignored [-Wattributes]
/Users/mihir/Downloads/assimp-master/code/BaseProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
In file included from /Users/mihir/Downloads/assimp-master/code/Assimp.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
} PACK_STRUCT;
^
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28 ^:
37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOStream.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
In file included from /Users/mihir/Downloads/assimp-master/code/BaseImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
attribute
^
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Assimp.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]} PACK_STRUCT;
^
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37:/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h :28:note: 37:
expandednote: from
macroexpanded 'PACK_STRUCT'from
macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/BaseImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp ^:
47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Assimp.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOStream.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
In file included from /Users/mihir/Downloads/assimp-master/code/BaseImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))In file included from
/Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47 ^:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Assimp.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOStream.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
In file included from /Users/mihir/Downloads/assimp-master/code/BaseImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:/Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp220::493:
:In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135warning: :
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hppunknown:
46 :
attributeIn file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp'gcc_struct': 47ignored:
In file included from [-Wattributes]/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:
61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:} PACK_STRUCT; 3
: ^
warning: unknown/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h :attribute28
: 37'gcc_struct': ignored [-Wattributes]note:
expanded from macro 'PACK_STRUCT'} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
from ^macro
'PACK_STRUCT'
^
In file included from /Users/mihir/Downloads/assimp-master/code/Assimp.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.hIn file included from :/Users/mihir/Downloads/assimp-master/code/BaseImporter.cpp62::
46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h/Users/mihir/Downloads/assimp-master/code/AssimpPCH.h::89135::
3In file included from :/Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp :46:
warning: In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:unknown47 :
attribute
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h :'gcc_struct'135 :ignored3 :[-Wattributes]
warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
} PACK_STRUCT; // !struct aiPlane/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h
:28: ^37
: note: /Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h
: 28expanded: 37from: macro 'PACK_STRUCT'note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOStream.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note: In file included from /Users/mihir/Downloads/assimp-master/code/Assimp.cpp
: 45expanded:
In file included from from/Users/mihir/Downloads/assimp-master/code/AssimpPCH.h :macro135 :
'PACK_STRUCT'In file included from In file included from /Users/mihir/Downloads/assimp-master/code/BaseImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
In file included from /Users/mihir/Downloads/assimp-master/code/BaseImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46# define PACK_STRUCT __attribute__((gcc_struct, __packed__)):
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp: ^47
:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct'In file included from ignored/Users/mihir/Downloads/assimp-master/code/BaseProcess.cpp :[-Wattributes]44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
} PACK_STRUCT; // !struct aiColor3DIn file included from
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61 ^:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h3::28 :37:warning: unknownnote: attribute
expanded'gcc_struct' fromignored macro[-Wattributes] 'PACK_STRUCT'
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOStream.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hppIn file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:46:
:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:: 220:3note: :
expandedwarning: from unknownmacro
'PACK_STRUCT'attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h# define PACK_STRUCT __attribute__((gcc_struct, __packed__)):
28:37 ^:
note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/BaseProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
In file included from /Users/mihir/Downloads/assimp-master/code/Assimp.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from } PACK_STRUCT; // !struct aiColor4D/Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp
:46:
^In file included from
/Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h::15328::337:: warning: note:
unknown expandedattribute
from 'gcc_struct'macro ignored'PACK_STRUCT' [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37:# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
note: ^
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Assimp.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp# define PACK_STRUCT __attribute__((gcc_struct, __packed__)):
47:
^/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h
:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from In file included from /Users/mihir/Downloads/assimp-master/code/BaseProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))/Users/mihir/Downloads/assimp-master/code/DefaultIOStream.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
^
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOSystem.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOStream.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOSystem.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOSystem.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp/Users/mihir/Downloads/assimp-master/code/DefaultIOStream.cpp::4745:
:
In file included from In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h/Users/mihir/Downloads/assimp-master/code/AssimpPCH.h::62135:
:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h/Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp::8946::
3In file included from :/Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp :47:
warning: /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:unknown216 :attribute3
: 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/BaseProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOSystem.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOSystem.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOSystem.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PostStepRegistry.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOSystem.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PostStepRegistry.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
In file included from } PACK_STRUCT; // !struct aiColor4D/Users/mihir/Downloads/assimp-master/code/DefaultIOSystem.cpp
:43:
^In file included from
/Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h46::
28In file included from :/Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp37::47 :
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.hnote: :216
: 3expanded: from macrowarning: 'PACK_STRUCT'unknown
attribute
'gcc_struct' ignored [-Wattributes]
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))} PACK_STRUCT; // !struct aiColor3D
^ ^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PostStepRegistry.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PostStepRegistry.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/BaseProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from In file included from /Users/mihir/Downloads/assimp-master/code/BaseProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
In file included from /Users/mihir/Downloads/assimp-master/code/PostStepRegistry.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:# define PACK_STRUCT __attribute__((gcc_struct, __packed__))135
:3 ^:
warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
/Users/mihir/Downloads/assimp-master/code/Importer.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
In file included from /Users/mihir/Downloads/assimp-master/code/BaseProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
In file included from /Users/mihir/Downloads/assimp-master/code/PostStepRegistry.cpp:} PACK_STRUCT; // !struct aiColor3D49
:
In file included from ^/Users/mihir/Downloads/assimp-master/code/AssimpPCH.h
:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h46::
28In file included from :/Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp37::47 :
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.hnote: :153
: 3expanded: from macrowarning: 'PACK_STRUCT'unknown
attribute
'gcc_struct' ignored [-Wattributes]
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
} PACK_STRUCT; // !struct aiRay ^
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macroIn file included from /Users/mihir/Downloads/assimp-master/code/PostStepRegistry.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: 'PACK_STRUCT'
warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Importer.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Importer.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Importer.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Importer.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Importer.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Importer.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Importer.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from In file included from /Users/mihir/Downloads/assimp-master/code/PostStepRegistry.cpp/Users/mihir/Downloads/assimp-master/code/BaseImporter.cpp::4946:
:
In file included from In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h/Users/mihir/Downloads/assimp-master/code/AssimpPCH.h::138138:
:
In file included from In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h/Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h::4949:
:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h::106106::33:: warning: warning: unknownunknown
attributeattribute 'gcc_struct''gcc_struct' ignoredignored [-Wattributes][-Wattributes]
} PACK_STRUCT;} PACK_STRUCT;
^ ^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./CoIn file included from /Users/mihir/Downloads/assimp-master/code/Importer.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.hIn file included from :/Users/mihir/Downloads/assimp-master/code/BaseProcess.cpp49::
44:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h/Users/mihir/Downloads/assimp-master/code/AssimpPCH.h::106138::
3In file included from :/Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h :49:
warning: /Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106unknown:
3 :attribute 'gcc_struct' warning: ignored [-Wattributes]unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
} PACK_STRUCT;
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h ^:mpiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOStream.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file include
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.hIn file included from :28/Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp::3749::
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:note: 138:
In file included from
/Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h :expanded49 :
from /Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.hmacro: 106'PACK_STRUCT':3
: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
n file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOSystem.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PostStepRegistry.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/BaseProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
from ^macro
'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOSystem.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Importer.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/BaseImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
d from /Users/mihir/Downloads/assimp-master/code/Assimp.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
;1;32m ^
In file included from /Users/mihir/Downloads/assimp-master/code/Assimp.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultIOStream.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:59:
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.h:54:
/Users/mihir/Downloads/assimp-master/code/3DSHelper.h:71:4: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:62:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:120:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:62:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:143:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:62:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:158:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:62:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:202:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:62:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:214:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:62:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:224:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:62:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:234:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:62:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:247:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:161:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:221:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:241:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:290:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:313:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:326:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:338:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:351:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:373:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:397:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:409:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:427:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:438:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:450:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:469:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:485:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:498:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:511:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:527:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:540:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:553:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:566:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:594:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:603:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:620:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:638:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:673:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:686:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:703:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:725:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:65:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:53:
/Users/mihir/Downloads/assimp-master/code/HalfLifeFileData.h:143:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:68:
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.h:51:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:92:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:68:
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.h:51:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:101:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:68:
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.h:51:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:110:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:68:
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.h:51:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:119:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:68:
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.h:51:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:130:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:68:
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.h:51:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:139:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:68:
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.h:51:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:147:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:80:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:55:
/Users/mihir/Downloads/assimp-master/code/HMPFileData.h:100:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:80:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:55:
/Users/mihir/Downloads/assimp-master/code/HMPFileData.h:110:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:80:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:55:
/Users/mihir/Downloads/assimp-master/code/HMPFileData.h:120:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:80:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:55:
/Users/mihir/Downloads/assimp-master/code/HMPFileData.h:129:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:86:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:95:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT ;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:86:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:123:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:86:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:144:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:86:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:152:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:86:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:160:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:86:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:169:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:86:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:177:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:86:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:188:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:95:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.h:48:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOFileData.h:58:
/Users/mihir/Downloads/assimp-master/code/IFF.h:27:3: warning: unknown attribute 'gcc_struct' ignored
[-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImporterRegistry.cpp:95:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.h:48:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOFileData.h:58:
/Users/mihir/Downloads/assimp-master/code/IFF.h:40:3: warning: unknown attribute 'gcc_struct' ignored
[-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
1010 warnings generated.
warnings generated.
[ 14%] [ 15%] [ 15%] Building CXX object code/CMakeFiles/assimp.dir/SGSpatialSort.cpp.o
Building CXX object code/CMakeFiles/assimp.dir/SpatialSort.cpp.o
Building CXX object code/CMakeFiles/assimp.dir/VertexTriangleAdjacency.cpp.o
10 warnings generated.
[ 16%] Building CXX object code/CMakeFiles/assimp.dir/SceneCombiner.cpp.o
10 warnings generated.
[ 16%] Building CXX object code/CMakeFiles/assimp.dir/ScenePreprocessor.cpp.o
10 warnings generated.
[ 17%] Building CXX object code/CMakeFiles/assimp.dir/SkeletonMeshBuilder.cpp.o
10 warnings generated.
[ 17%] Building CXX object code/CMakeFiles/assimp.dir/SplitByBoneCountProcess.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/SGSpatialSort.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SGSpatialSort.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SGSpatialSort.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SGSpatialSort.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SGSpatialSort.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SGSpatialSort.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SGSpatialSort.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SpatialSort.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SpatialSort.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SpatialSort.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SpatialSort.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SpatialSort.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/VertexTriangleAdjacency.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/DIn file included from /Users/mihir/Downloads/assimp-master/code/SGSpatialSort.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
ownloads/assimp-master/code/VertexTriangleAdjacency.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/VertexTriangleAdjacency.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/VertexTriangleAdjacency.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SpatialSort.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
In file included from /Users/mihir/Downloads/assimp-master/code/VertexTriangleAdjacency.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))In file included from
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64 ^:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SpatialSort.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/VertexTriangleAdjacency.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SpatialSort.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/VertexTriangleAdjacency.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/VertexTriangleAdjacency.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
71 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/SGSpatialSort.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SceneCombiner.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SceneCombiner.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SceneCombiner.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SceneCombiner.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SceneCombiner.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SceneCombiner.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SceneCombiner.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SceneCombiner.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 18%] Building CXX object code/CMakeFiles/assimp.dir/StandardShapes.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/SGSpatialSort.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SpatialSort.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/VertexTriangleAdjacency.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SpatialSort.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/VertexTriangleAdjacency.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SceneCombiner.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SceneCombiner.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 19%] Building CXX object code/CMakeFiles/assimp.dir/TargetAnimation.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/ScenePreprocessor.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ScenePreprocessor.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ScenePreprocessor.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ScenePreprocessor.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ScenePreprocessor.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ScenePreprocessor.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ScenePreprocessor.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ScenePreprocessor.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SkeletonMeshBuilder.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SkeletonMeshBuilder.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SkeletonMeshBuilder.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SkeletonMeshBuilder.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SkeletonMeshBuilder.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SkeletonMeshBuilder.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SkeletonMeshBuilder.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SkeletonMeshBuilder.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 19%] In file included from /Users/mihir/Downloads/assimp-master/code/ScenePreprocessor.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/RemoveComments.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/SkeletonMeshBuilder.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/SkeletonMeshBuilder.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ScenePreprocessor.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 20%] Building CXX object code/CMakeFiles/assimp.dir/Subdivision.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/SplitByBoneCountProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitByBoneCountProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitByBoneCountProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitByBoneCountProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitByBoneCountProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitByBoneCountProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitByBoneCountProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitByBoneCountProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 20%] In file included from /Users/mihir/Downloads/assimp-master/code/SplitByBoneCountProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitByBoneCountProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/DefaultLogger.cpp.o
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/StandardShapes.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
[ 21%] } PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/StandardShapes.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/StandardShapes.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/StandardShapes.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/StandardShapes.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/StandardShapes.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/StandardShapes.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/StandardShapes.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/Exporter.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/StandardShapes.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/StandardShapes.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 22%] Building CXX object code/CMakeFiles/assimp.dir/AssimpCExport.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/TargetAnimation.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TargetAnimation.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TargetAnimation.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TargetAnimation.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TargetAnimation.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TargetAnimation.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TargetAnimation.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TargetAnimation.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TargetAnimation.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TargetAnimation.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveComments.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveComments.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveComments.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveComments.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveComments.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveComments.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveComments.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveComments.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Subdivision.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Subdivision.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Subdivision.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Subdivision.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Subdivision.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Subdivision.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Subdivision.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Subdivision.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveComments.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveComments.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 22%] In file included from /Users/mihir/Downloads/assimp-master/code/Subdivision.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Subdivision.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/CalcTangentsProcess.cpp.o
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultLogger.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultLogger.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultLogger.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultLogger.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultLogger.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultLogger.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultLogger.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultLogger.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 23%] 10 warnings generated.
Building CXX object code/CMakeFiles/assimp.dir/ComputeUVMappingProcess.cpp.o
10 warnings generated.
[ 23%] Building CXX object code/CMakeFiles/assimp.dir/ConvertToLHProcess.cpp.o
[ 25%] Building CXX object code/CMakeFiles/assimp.dir/FindDegenerates.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultLogger.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DefaultLogger.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Exporter.cpp:53:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Exporter.cpp:53:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Exporter.cpp:53:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Exporter.cpp:53:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Exporter.cpp:53:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Exporter.cpp:53:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Exporter.cpp:53:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Exporter.cpp:53:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Exporter.cpp:53:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Exporter.cpp:53:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 26%] In file included from /Users/mihir/Downloads/assimp-master/code/AssimpCExport.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpCExport.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpCExport.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/FindInstancesProcess.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpCExport.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpCExport.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpCExport.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpCExport.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpCExport.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpCExport.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpCExport.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
10 warnings generated.
[ 26%] [ 27%] Building CXX object code/CMakeFiles/assimp.dir/FindInvalidDataProcess.cpp.o
Building CXX object code/CMakeFiles/assimp.dir/FixNormalsStep.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/CalcTangentsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CalcTangentsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CalcTangentsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CalcTangentsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CalcTangentsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CalcTangentsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CalcTangentsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CalcTangentsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ComputeUVMappingProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ComputeUVMappingProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ComputeUVMappingProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ComputeUVMappingProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ComputeUVMappingProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ComputeUVMappingProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ComputeUVMappingProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ComputeUVMappingProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CalcTangentsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CalcTangentsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ConvertToLHProcess.cpp:50:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ConvertToLHProcess.cpp:50:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ConvertToLHProcess.cpp:50:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ConvertToLHProcess.cpp:50:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ConvertToLHProcess.cpp:50:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/DowIn file included from /Users/mihir/Downloads/assimp-master/code/ComputeUVMappingProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindDegenerates.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindDegenerates.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindDegenerates.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindDegenerates.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindDegenerates.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindDegenerates.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindDegenerates.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindDegenerates.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
nloads/assimp-master/code/ConvertToLHProcess.cpp:50:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ConvertToLHProcess.cpp:50:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ConvertToLHProcess.cpp:50:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ComputeUVMappingProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindDegenerates.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ConvertToLHProcess.cpp:50:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ConvertToLHProcess.cpp:50:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindDegenerates.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 27%] Building CXX object code/CMakeFiles/assimp.dir/GenFaceNormalsProcess.cpp.o
10 warnings generated.
[ 28%] In file included from /Users/mihir/Downloads/assimp-master/code/FindInstancesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInstancesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/DownlBuilding CXX object code/CMakeFiles/assimp.dir/GenVertexNormalsProcess.cpp.o
oads/assimp-master/code/FindInstancesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInstancesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInstancesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInstancesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInstancesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInstancesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 29%] Building CXX object code/CMakeFiles/assimp.dir/PretransformVertices.cpp.o
10 warnings generated.
10 warnings generated.
[ 29%] [ 30%] Building CXX object code/CMakeFiles/assimp.dir/ImproveCacheLocality.cpp.o
Building CXX object code/CMakeFiles/assimp.dir/JoinVerticesProcess.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/FindInstancesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInstancesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FixNormalsStep.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FixNormalsStep.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FixNormalsStep.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FixNormalsStep.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FixNormalsStep.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FixNormalsStep.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FixNormalsStep.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FixNormalsStep.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInvalidDataProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInvalidDataProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInvalidDataProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInvalidDataProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInvalidDataProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInvalidDataProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInvalidDataProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInvalidDataProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FixNormalsStep.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FixNormalsStep.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInvalidDataProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/FindInvalidDataProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 30%] Building CXX object code/CMakeFiles/assimp.dir/LimitBoneWeightsProcess.cpp.o
10 warnings generated.
[ 31%] Building CXX object code/CMakeFiles/assimp.dir/RemoveRedundantMaterials.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/GenFaceNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenFaceNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenFaceNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenFaceNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenFaceNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenFaceNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenFaceNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenFaceNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenFaceNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenFaceNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 32%] Building CXX object code/CMakeFiles/assimp.dir/RemoveVCProcess.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/GenVertexNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenVertexNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenVertexNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenVertexNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenVertexNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenVertexNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenVertexNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/GenVertexNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PretransformVertices.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PretransformVertices.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PretransformVertices.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PretransformVertices.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PretransformVertices.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/DIn file included from /Users/mihir/Downloads/assimp-master/code/GenVertexNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
ownloads/assimp-master/code/PretransformVertices.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PretransformVertices.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PretransformVertices.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImproveCacheLocality.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/DownIn file included from /Users/mihir/Downloads/assimp-master/code/JoinVerticesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
In file included from /Users/mihir/Downloads/assimp-master/code/GenVertexNormalsProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warni10 warnings generated.
loads/assimp-master/code/ImproveCacheLocality.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImproveCacheLocality.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImproveCacheLocality.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImproveCacheLocality.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImproveCacheLocality.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImproveCacheLocality.cpp:49:
In file included from /ng: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImproveCacheLocality.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/JoinVerticesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downlo[ 32%] ads/assimp-master/code/JoinVerticesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/JoinVerticesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/DowBuilding CXX object code/CMakeFiles/assimp.dir/SortByPTypeProcess.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/PretransformVertices.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
nloads/assimp-master/code/JoinVerticesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/JoinVerticesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/JoinVerticesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/JoinVerticesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PretransformVertices.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImproveCacheLocality.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/JoinVerticesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ImproveCacheLocality.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/JoinVerticesProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/LimitBoneWeightsProcess.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LimitBoneWeightsProcess.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 33%] In file included from /Users/mihir/Downloads/assimp-master/code/LimitBoneWeightsProcess.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LimitBoneWeightsProcess.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LimitBoneWeightsProcess.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LimitBoneWeightsProcess.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LimitBoneWeightsProcess.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LimitBoneWeightsProcess.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/SplitLargeMeshes.cpp.o
10 warnings generated.
[ 33%] Building CXX object code/CMakeFiles/assimp.dir/TerragenLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/LimitBoneWeightsProcess.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LimitBoneWeightsProcess.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveRedundantMaterials.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveRedundantMaterials.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
1m/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveRedundantMaterials.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveRedundantMaterials.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveRedundantMaterials.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveRedundantMaterials.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveRedundantMaterials.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveRedundantMaterials.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveRedundantMaterials.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveRedundantMaterials.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 34%] Building CXX object code/CMakeFiles/assimp.dir/TextureTransform.cpp.o
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveVCProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveVCProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveVCProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveVCProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveVCProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveVCProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveVCProcess.cpp:45:
In file included from /Users/mihi[ 35%] r/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveVCProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/TriangulateProcess.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveVCProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RemoveVCProcess.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SortByPTypeProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SortByPTypeProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/SortByPTypeProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SortByPTypeProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SortByPTypeProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SortByPTypeProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SortByPTypeProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SortByPTypeProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 35%] Building CXX object code/CMakeFiles/assimp.dir/ValidateDataStructure.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/SortByPTypeProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SortByPTypeProcess.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 36%] Building CXX object code/CMakeFiles/assimp.dir/OptimizeGraph.cpp.o
10 warnings generated.
[ 36%] Building CXX object code/CMakeFiles/assimp.dir/OptimizeMeshes.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/SplitLargeMeshes.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitLargeMeshes.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitLargeMeshes.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitLargeMeshes.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitLargeMeshes.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitLargeMeshes.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitLargeMeshes.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitLargeMeshes.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TerragenLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TerragenLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TerragenLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TerragenLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TerragenLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TerragenLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TerragenLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TerragenLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitLargeMeshes.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/SplitLargeMeshes.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TerragenLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TerragenLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TextureTransform.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TextureTransform.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TextureTransform.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TextureTransform.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TextureTransform.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TextureTransform.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TextureTransform.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TextureTransform.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TriangulateProcess.cpp:61:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TriangulateProcess.cpp:61:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TriangulateProcess.cpp:61:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TriangulateProcess.cpp:61:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TriangulateProcess.cpp:61:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TriangulateProcess.cpp:61:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/TriangulateProcess.cpp:61:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TriangulateProcess.cpp:61:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 37%] Building CXX object code/CMakeFiles/assimp.dir/DeboneProcess.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/TextureTransform.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TextureTransform.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 38%] Building CXX object code/CMakeFiles/assimp.dir/ProcessHelper.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/TriangulateProcess.cpp:61:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/TriangulateProcess.cpp:61:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ValidateDataStructure.cpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ValidateDataStructure.cpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ValidateDataStructure.cpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ValidateDataStructure.cpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ValidateDataStructure.cpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ValidateDataStructure.cpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ValidateDataStructure.cpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ValidateDataStructure.cpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ValidateDataStructure.cpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeGraph.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeGraph.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeGraph.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeGraph.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeGraph.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeGraph.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeGraph.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeGraph.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ValidateDataStructure.cpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeMeshes.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeMeshes.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeMeshes.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeMeshes.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeMeshes.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeMeshes.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeMeshes.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeMeshes.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeGraph.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeGraph.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeMeshes.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/OptimizeMeshes.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 38%] 10 warnings generated.
Building CXX object code/CMakeFiles/assimp.dir/MakeVerboseFormat.cpp.o
[ 39%] Building CXX object code/CMakeFiles/assimp.dir/3DSConverter.cpp.o
10 warnings generated.
[ 39%] Building CXX object code/CMakeFiles/assimp.dir/3DSLoader.cpp.o
10 warnings generated.
[ 40%] In file included from /Users/mihir/Downloads/assimp-master/code/DeboneProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DeboneProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DeboneProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DeboneProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DeboneProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DeboneProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DeboneProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DeboneProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
Building CXX object code/CMakeFiles/assimp.dir/ACLoader.cpp.o
[ 41%] Building CXX object code/CMakeFiles/assimp.dir/ASELoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/ProcessHelper.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ProcessHelper.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ProcessHelper.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ProcessHelper.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ProcessHelper.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ProcessHelper.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ProcessHelper.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ProcessHelper.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DeboneProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DeboneProcess.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ProcessHelper.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ProcessHelper.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 41%] Building CXX object code/CMakeFiles/assimp.dir/ASEParser.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/MakeVerboseFormat.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MakeVerboseFormat.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MakeVerboseFormat.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MakeVerboseFormat.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MakeVerboseFormat.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MakeVerboseFormat.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MakeVerboseFormat.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MakeVerboseFormat.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSConverter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSConverter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSConverter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSConverter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSConverter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSConverter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSConverter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSConverter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MakeVerboseFormat.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 42%] In file included from /Users/mihir/Downloads/assimp-master/code/MakeVerboseFormat.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSConverter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/B3DImporter.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/3DSConverter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSConverter.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.h:54:
/Users/mihir/Downloads/assimp-master/code/3DSHelper.h:71:4: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.cpp:52:
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.h:54:
/Users/mihir/Downloads/assimp-master/code/3DSHelper.h:71:4: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/ASELoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASELoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASELoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASELoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASELoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASELoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASELoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 42%] In file included from /Users/mihir/Downloads/assimp-master/code/ASELoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ACLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ACLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ACLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ACLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/BVHLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/ACLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ACLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ACLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ACLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 43%] Building CXX object code/CMakeFiles/assimp.dir/ColladaLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/ASELoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASELoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
In file included from /Users/mihir/Downloads/assimp-master/code/ACLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ACLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASELoader.cpp:50:
In file included from /Users/mihir/Downloads/assimp-master/code/ASELoader.h:51:
In file included from /Users/mihir/Downloads/assimp-master/code/ASEParser.h:61:
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.h:54:
/Users/mihir/Downloads/assimp-master/code/3DSHelper.h:71:4: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASEParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASEParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASEParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASEParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASEParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASEParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASEParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASEParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASEParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASEParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ASEParser.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/ASELoader.h:51:
In file included from /Users/mihir/Downloads/assimp-master/code/ASEParser.h:61:
In file included from /Users/mihir/Downloads/assimp-master/code/3DSLoader.h:54:
/Users/mihir/Downloads/assimp-master/code/3DSHelper.h:71:4: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/B3DImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/B3DImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/B3DImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/B3DImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/B3DImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/B3DImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/B3DImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/B3DImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/B3DImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/B3DImporter.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
11 warnings generated.
[ 44%] Building CXX object code/CMakeFiles/assimp.dir/ColladaParser.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/aIn file included from /Users/mihir/Downloads/assimp-master/code/BVHLoader.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/BVHLoader.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/BVHLoader.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/BVHLoader.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/BVHLoader.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
ssimp-master/code/ColladaLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/DownloadsIn file included from /Users/mihir/Downloads/assimp-master/code/BVHLoader.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/BVHLoader.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/BVHLoader.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
/assimp-master/code/ColladaLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/BVHLoader.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/BVHLoader.cpp:43:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 44%] Building CXX object code/CMakeFiles/assimp.dir/ColladaExporter.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaParser.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
11 warnings generated.
[ 45%] Building CXX object code/CMakeFiles/assimp.dir/DXFLoader.cpp.o
10 warnings generated.
[ 45%] Building CXX object code/CMakeFiles/assimp.dir/CSMLoader.cpp.o
10 warnings generated.
[ 46%] Building CXX object code/CMakeFiles/assimp.dir/HMPLoader.cpp.o
11 warnings generated.
[ 47%] Building CXX object code/CMakeFiles/assimp.dir/IRRLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ColladaExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
11 warnings generated.
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 47%] Building CXX object code/CMakeFiles/assimp.dir/IRRMeshLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/DXFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DXFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DXFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DXFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DXFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DXFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DXFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DXFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CSMLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CSMLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CSMLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CSMLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CSMLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CSMLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CSMLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CSMLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/DXFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/asIn file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:44:
In file included from /Users/mihir/Downloads/simp-master/code/DXFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CSMLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/CSMLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:161:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:221:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:241:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:290:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:313:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:326:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:338:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:351:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:373:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:397:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:409:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:427:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:438:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:450:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:469:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:485:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:498:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:511:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:527:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:540:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:553:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:566:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:594:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:603:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:620:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:638:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:673:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:686:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:703:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:725:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:53:
/Users/mihir/Downloads/assimp-master/code/HalfLifeFileData.h:143:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:55:
/Users/mihir/Downloads/assimp-master/code/HMPFileData.h:100:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:55:
/Users/mihir/Downloads/assimp-master/code/HMPFileData.h:110:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:55:
/Users/mihir/Downloads/assimp-master/code/HMPFileData.h:120:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.h:55:
/Users/mihir/Downloads/assimp-master/code/HMPFileData.h:129:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:49:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:92:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:49:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:101:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:49:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:110:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:49:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:119:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:49:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:130:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:49:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:139:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/HMPLoader.cpp:49:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:147:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 48%] Building CXX object code/CMakeFiles/assimp.dir/IRRShared.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/IRRLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 48%] Building CXX object code/CMakeFiles/assimp.dir/LWOAnimation.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/IRRMeshLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
52 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/IRRMeshLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRMeshLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRMeshLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRMeshLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRMeshLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRMeshLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
[ 50%] ^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRMeshLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/LWOBLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/IRRMeshLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRMeshLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 51%] Building CXX object code/CMakeFiles/assimp.dir/LWOLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/IRRShared.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRShared.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRShared.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRShared.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRShared.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRShared.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRShared.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRShared.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRShared.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/IRRShared.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOAnimation.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOAnimation.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOAnimation.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOAnimation.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/LWOAnimation.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOAnimation.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOAnimation.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOAnimation.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 51%] Building CXX object code/CMakeFiles/assimp.dir/LWOMaterial.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/LWOBLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOBLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOBLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOBLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOBLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOAnimation.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOBLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOBLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOBLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOAnimation.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOBLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOAnimation.cpp:55:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOFileData.h:58:
/Users/mihir/Downloads/assimp-master/code/IFF.h:27:3: warning: unknown attribute 'gcc_struct' ignored
[-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOAnimation.cpp:55:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOFileData.h:58:
/Users/mihir/Downloads/assimp-master/code/IFF.h:40:3: warning: unknown attribute 'gcc_struct' ignored
[-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOBLoader.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/LWOBLoader.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.h:48:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOFileData.h:58:
/Users/mihir/Downloads/assimp-master/code/IFF.h:27:3: warning: unknown attribute 'gcc_struct' ignored
[-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOBLoader.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.h:48:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOFileData.h:58:
/Users/mihir/Downloads/assimp-master/code/IFF.h:40:3: warning: unknown attribute 'gcc_struct' ignored
[-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 52%] Building CXX object code/CMakeFiles/assimp.dir/LWSLoader.cpp.o
10 warnings generated.
[ 52%] Building CXX object code/CMakeFiles/assimp.dir/MD2Loader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.cpp:50:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.h:48:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOFileData.h:58:
/Users/mihir/Downloads/assimp-master/code/IFF.h:27:3: warning: unknown attribute 'gcc_struct' ignored
[-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.cpp:50:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.h:48:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOFileData.h:58:
/Users/mihir/Downloads/assimp-master/code/IFF.h:40:3: warning: unknown attribute 'gcc_struct' ignored
[-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 53%] Building CXX object code/CMakeFiles/assimp.dir/MD3Loader.cpp.o
12 warnings generated.
[ 54%] Building CXX object code/CMakeFiles/assimp.dir/MD5Loader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/LWOMaterial.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOMaterial.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOMaterial.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOMaterial.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOMaterial.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOMaterial.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOMaterial.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOMaterial.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
12 warnings generated.
[ 54%] Building CXX object code/CMakeFiles/assimp.dir/MD5Parser.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/LWOMaterial.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOMaterial.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOMaterial.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.h:48:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOFileData.h:58:
/Users/mihir/Downloads/assimp-master/code/IFF.h:27:3: warning: unknown attribute 'gcc_struct' ignored
[-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWOMaterial.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOLoader.h:48:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOFileData.h:58:
/Users/mihir/Downloads/assimp-master/code/IFF.h:40:3: warning: unknown attribute 'gcc_struct' ignored
[-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWSLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWSLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWSLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWSLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWSLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWSLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWSLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWSLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWSLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWSLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWSLoader.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/LWSLoader.h:47:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOFileData.h:58:
/Users/mihir/Downloads/assimp-master/code/IFF.h:27:3: warning: unknown attribute 'gcc_struct' ignored
[-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/LWSLoader.cpp:49:
In file included from /Users/mihir/Downloads/assimp-master/code/LWSLoader.h:47:
In file included from /Users/mihir/Downloads/assimp-master/code/LWOFileData.h:58:
/Users/mihir/Downloads/assimp-master/code/IFF.h:40:3: warning: unknown attribute 'gcc_struct' ignored
[-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.h:51:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:92:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.h:51:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:101:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.h:51:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:110:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.h:51:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:119:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.h:51:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:130:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.h:51:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:139:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/MD2Loader.h:51:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:147:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
17 warnings generated.
[ 55%] In file included from /Users/mihir/Downloads/assimp-master/code/MD5Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/MDCLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Loader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:120:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:143:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:158:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:202:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:214:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:224:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:234:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.cpp:54:
In file included from /Users/mihir/Downloads/assimp-master/code/MD3Loader.h:52:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:247:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Parser.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Parser.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Parser.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
12 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Parser.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Parser.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Parser.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Parser.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Parser.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 55%] Building CXX object code/CMakeFiles/assimp.dir/MDLLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Parser.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MD5Parser.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 56%] Building CXX object code/CMakeFiles/assimp.dir/MDLMaterialLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
12 warnings generated.
[ 57%] Building CXX object code/CMakeFiles/assimp.dir/MaterialSystem.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:95:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT ;10 warnings generated.
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:123:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:144:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:152:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:160:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:169:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:177:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.h:50:
/Users/mihir/Downloads/assimp-master/code/MDCFileData.h:188:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:49:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:120:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:49:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:143:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp
:49:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:158:3: warning: unknown} PACK_STRUCT; // !struct aiPlane
attribute ^'gcc_struct'
ignored [-Wattributes]/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h
:28:37: } PACK_STRUCT;note:
^
expanded from macro /Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h'PACK_STRUCT':28
:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:49:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:202:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:49:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:214:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47# define PACK_STRUCT __attribute__((gcc_struct, __packed__)):
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h ^:
153:In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:49:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:224:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^3
: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^In file included from
/Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:49:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h::23428::337:: warning: note:
unknown expandedattribute from'gcc_struct'
macro ignored'PACK_STRUCT' [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:# define PACK_STRUCT __attribute__((gcc_struct, __packed__))28
:37 ^:
note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDCLoader.cpp:49:
/Users/mihir/Downloads/assimp-master/code/MD3FileData.h:247:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
18 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 58%] [ 57%] In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/OFFLoader.cpp.o
Building CXX object code/CMakeFiles/assimp.dir/NFFLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:161:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:221:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:241:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:290:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:313:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:326:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:338:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:351:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:373:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:397:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:409:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:427:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:438:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:450:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:469:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:485:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:498:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:511:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:527:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:540:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:553:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:566:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:594:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:603:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:620:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:638:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:673:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:686:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:703:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:725:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:51:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:53:
/Users/mihir/Downloads/assimp-master/code/HalfLifeFileData.h:143:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:53:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:92:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:53:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:101:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:53:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:110:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:53:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:119:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:53:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:130:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:53:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:139:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.cpp:53:
/Users/mihir/Downloads/assimp-master/code/MD2FileData.h:147:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:161:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:221:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:241:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:290:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:313:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:326:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:338:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:351:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:373:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:397:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:409:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:427:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:438:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:450:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:469:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:485:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:498:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:511:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:527:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:540:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:553:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:566:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:594:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:603:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:620:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:638:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:673:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:686:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:703:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:52:
/Users/mihir/Downloads/assimp-master/code/MDLFileData.h:725:3: warning: unknown attribute 'gcc_struct'
ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MDLMaterialLoader.cpp:48:
In file included from /Users/mihir/Downloads/assimp-master/code/MDLLoader.h:53:
/Users/mihir/Downloads/assimp-master/code/HalfLifeFileData.h:143:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
26 warnings generated.
[ 58%] Building CXX object code/CMakeFiles/assimp.dir/ObjFileImporter.cpp.o
41 warnings generated.
[ 59%] 12 warnings generated.
Building CXX object code/CMakeFiles/assimp.dir/ObjFileMtlImporter.cpp.o
[ 60%] Building CXX object code/CMakeFiles/assimp.dir/ObjFileParser.cpp.o
10 warnings generated.
[ 60%] Building CXX object code/CMakeFiles/assimp.dir/ObjExporter.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/MaterialSystem.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MaterialSystem.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MaterialSystem.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MaterialSystem.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MaterialSystem.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MaterialSystem.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MaterialSystem.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MaterialSystem.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MaterialSystem.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/MaterialSystem.cpp:45:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OFFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OFFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OFFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OFFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OFFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OFFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OFFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OFFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/NFFLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/NFFLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/NFFLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/NFFLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/NFFLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/NFFLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/NFFLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/NFFLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/NFFLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OFFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OFFLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/NFFLoader.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 61%] In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/OgreImporter.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileMtlImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileMtlImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/DownloaIn file included from /Users/mihir/Downloads/assimp-master/code/ObjFileImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileParser.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
ds/assimp-master/code/ObjFileMtlImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileMtlImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileMtlImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileMtlImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileMtlImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileMtlImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileParser.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileParser.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileParser.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileParser.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileParser.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileParser.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileParser.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileMtlImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileMtlImporter.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileParser.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjFileParser.cpp:42:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
48 warnings generated.
[ 61%] In file included from /Users/mihir/Downloads/assimp-master/code/ObjExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/ObjExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/OgreMaterial.cpp.o
10 warnings generated.
[ 62%] Building CXX object code/CMakeFiles/assimp.dir/OgreMesh.cpp.o
10 warnings generated.
[ 63%] Building CXX object code/CMakeFiles/assimp.dir/OgreSkeleton.cpp.o
10 warnings generated.
[ 63%] Building CXX object code/CMakeFiles/assimp.dir/PlyLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/OgreImporter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreImporter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreImporter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreImporter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreImporter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreImporter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreImporter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreImporter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMaterial.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMaterial.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMaterial.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMaterial.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMaterial.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMaterial.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMaterial.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMaterial.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreImporter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/OgreImporter.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMaterial.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 64%] Building CXX object code/CMakeFiles/assimp.dir/PlyParser.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMaterial.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMesh.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMesh.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMesh.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMesh.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMesh.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMesh.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMesh.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMesh.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 64%] In file included from /Users/mihir/Downloads/assimp-master/code/OgreMesh.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/PlyExporter.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/OgreMesh.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreSkeleton.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreSkeleton.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreSkeleton.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/OgreSkeleton.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreSkeleton.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreSkeleton.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreSkeleton.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreSkeleton.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 65%] Building CXX object code/CMakeFiles/assimp.dir/Q3DLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/PlyLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreSkeleton.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/OgreSkeleton.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 66%] In file included from /Users/mihir/Downloads/assimp-master/code/PlyLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/Q3BSPFileParser.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/PlyLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyParser.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyParser.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyParser.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyParser.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyParser.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyParser.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyParser.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyParser.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 66%] Building CXX object code/CMakeFiles/assimp.dir/Q3BSPFileImporter.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/PlyParser.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyParser.cpp:44:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/PlyExporter.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3DLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3DLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3DLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3DLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3DLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3DLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3DLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3DLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 67%] Building CXX object code/CMakeFiles/assimp.dir/Q3BSPZipArchive.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/Q3DLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileParser.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileParser.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileParser.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileParser.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileParser.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileParser.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileParser.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileParser.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3DLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 67%] In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileParser.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
Building CXX object code/CMakeFiles/assimp.dir/RawLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileParser.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileImporter.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileImporter.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileImporter.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileImporter.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileImporter.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileImporter.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileImporter.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileImporter.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileImporter.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
[ 68%] Building CXX object code/CMakeFiles/assimp.dir/SMDLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPFileImporter.cpp:40:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 69%] Building CXX object code/CMakeFiles/assimp.dir/STLLoader.cpp.o
10 warnings generated.
[ 69%] Building CXX object code/CMakeFiles/assimp.dir/STLExporter.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPZipArchive.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPZipArchive.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPZipArchive.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:62:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/color4.h:89:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor4D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPZipArchive.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:63:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix3x3.h:166:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPZipArchive.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:64:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/matrix4x4.h:220:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPZipArchive.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:135:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiPlane
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPZipArchive.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:153:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiRay
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPZipArchive.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:216:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT; // !struct aiColor3D
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
10 warnings generated.
[ 70%] Building CXX object code/CMakeFiles/assimp.dir/UnrealLoader.cpp.o
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPZipArchive.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:49:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/texture.h:106:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/Q3BSPZipArchive.cpp:41:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:138:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/scene.h:53:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/material.h:527:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RawLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:60:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector3.h:121:3: warning: unknown
attribute 'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RawLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH.h:135:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/DefaultLogger.hpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/Logger.hpp:47:
In file included from /Users/mihir/Downloads/assimp-master/code/../include/assimp/types.h:61:
/Users/mihir/Downloads/assimp-master/code/../include/assimp/vector2.h:93:3: warning: unknown attribute
'gcc_struct' ignored [-Wattributes]
} PACK_STRUCT;
^
/Users/mihir/Downloads/assimp-master/code/../include/assimp/./Compiler/pushpack1.h:28:37: note:
expanded from macro 'PACK_STRUCT'
# define PACK_STRUCT __attribute__((gcc_struct, __packed__))
^
In file included from /Users/mihir/Downloads/assimp-master/code/RawLoader.cpp:46:
In file included from /Users/mihir/Downloads/assimp-master/code/AssimpPCH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment