Skip to content

Instantly share code, notes, and snippets.

@CppHotReload
Created February 7, 2020 06:42
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 CppHotReload/56ef233c9464a86897b95957feaaf24e to your computer and use it in GitHub Desktop.
Save CppHotReload/56ef233c9464a86897b95957feaaf24e to your computer and use it in GitHub Desktop.
MyComponent.cpp compile log
MyComponent_v1_main.cpp
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/CppHotReload/Intermediate/Temp/MyComponent_v1_main.cpp: warning C4652: compiler option 'CDecl(/Gd)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/CppHotReload/Intermediate/Temp/MyComponent_v1_main.cpp: warning C4652: compiler option 'support for new floating-point model (/FP)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/CppHotReload/Intermediate/Temp/MyComponent_v1_main.cpp: warning C4652: compiler option 'DLL library (/MD)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/CppHotReload/Intermediate/Temp/MyComponent_v1_main.cpp: warning C4652: compiler option 'Static MT library (/MT)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/CppHotReload/Intermediate/Temp/MyComponent_v1_main.cpp: warning C4653: compiler option 'Optimizations (one or more of /Oawstgp[y]) or debug checks (one or more of /GZ, /RTCcsu)' inconsistent with precompiled header; current command-line option ignored
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/CppHotReload/Intermediate/Temp/MyComponent_v1_main.cpp: warning C4652: compiler option 'C++ Run-Time Type Identification Data' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/CppHotReload/Intermediate/Temp/MyComponent_v1_main.cpp: warning C4652: compiler option 'Warning level (/W<n>)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/CppHotReload/Intermediate/Temp/MyComponent_v1_main.cpp: warning C4005: '_AMD64_': macro redefinition
C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um\windows.h(114): note: see previous definition of '_AMD64_'
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/CppHotReload/Intermediate/Temp/MyComponent_v1_main.cpp: warning C4005: '_USRDLL': macro redefinition
e:\Amazon\Lumberyard_1.21\dev\Code\CryEngine\CryCommon\platform.h(218): note: see previous definition of '_USRDLL'
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/CppHotReload/Intermediate/Temp/MyComponent_v1_main.cpp: warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition
e:\Amazon\Lumberyard_1.21\dev\Code\Framework\AzCore\Platform\Windows\AzCore/PlatformIncl_Windows.h(15): note: see previous definition of 'WIN32_LEAN_AND_MEAN'
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/CppHotReload/Intermediate/Temp/MyComponent_v1_main.cpp: warning C4651: '/D_M_FP_FAST' specified for precompiled header but not for current compile
e:\amazon\lumberyard_1.21\dev\samplesproject\gem\code\cpphotreload\intermediate\temp\System.h(112): warning C4005: 'strdup': macro redefinition
e:\Amazon\Lumberyard_1.21\dev\Code\CryEngine\CryCommon\platform.h(564): note: see previous definition of 'strdup'
E:\Amazon\Lumberyard_1.21\dev\Code\Framework\AzCore\AzCore/Serialization/SerializeContext.h(866): warning C4240: nonstandard extension used: access to 'AZ::SerializeContext::ClassBuilder' now defined to be 'public', previously it was defined to be 'private'
E:\Amazon\Lumberyard_1.21\dev\Code\Framework\AzCore\AzCore/Serialization/SerializeContext.h(97): note: see declaration of 'AZ::SerializeContext::ClassBuilder'
E:\Amazon\Lumberyard_1.21\dev\Code\Framework\AzCore\AzCore/Serialization/EditContext.h(189): warning C4240: nonstandard extension used: access to 'AZ::EditContext::ClassBuilder' now defined to be 'public', previously it was defined to be 'private'
E:\Amazon\Lumberyard_1.21\dev\Code\Framework\AzCore\AzCore/Serialization/EditContext.h(130): note: see declaration of 'AZ::EditContext::ClassBuilder'
E:\Amazon\Lumberyard_1.21\dev\Code\Framework\AzCore\AzCore/Serialization/EditContext.h(360): warning C4240: nonstandard extension used: access to 'AZ::EditContext::EnumBuilder' now defined to be 'public', previously it was defined to be 'private'
E:\Amazon\Lumberyard_1.21\dev\Code\Framework\AzCore\AzCore/Serialization/EditContext.h(131): note: see declaration of 'AZ::EditContext::EnumBuilder'
MyComponent.cpp
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/Source/Game/MyComponent.cpp: warning C4652: compiler option 'CDecl(/Gd)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/Source/Game/MyComponent.cpp: warning C4652: compiler option 'support for new floating-point model (/FP)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/Source/Game/MyComponent.cpp: warning C4652: compiler option 'DLL library (/MD)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/Source/Game/MyComponent.cpp: warning C4652: compiler option 'Static MT library (/MT)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/Source/Game/MyComponent.cpp: warning C4653: compiler option 'Optimizations (one or more of /Oawstgp[y]) or debug checks (one or more of /GZ, /RTCcsu)' inconsistent with precompiled header; current command-line option ignored
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/Source/Game/MyComponent.cpp: warning C4652: compiler option 'C++ Run-Time Type Identification Data' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/Source/Game/MyComponent.cpp: warning C4652: compiler option 'Warning level (/W<n>)' inconsistent with precompiled header; current command-line option will override that defined in the precompiled header
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/Source/Game/MyComponent.cpp: warning C4005: '_AMD64_': macro redefinition
C:\Program Files (x86)\Windows Kits\10\include\10.0.18362.0\um\windows.h(114): note: see previous definition of '_AMD64_'
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/Source/Game/MyComponent.cpp: warning C4005: '_USRDLL': macro redefinition
e:\Amazon\Lumberyard_1.21\dev\Code\CryEngine\CryCommon\platform.h(218): note: see previous definition of '_USRDLL'
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/Source/Game/MyComponent.cpp: warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition
e:\Amazon\Lumberyard_1.21\dev\Code\Framework\AzCore\Platform\Windows\AzCore/PlatformIncl_Windows.h(15): note: see previous definition of 'WIN32_LEAN_AND_MEAN'
E:/Amazon/Lumberyard_1.21/dev/SamplesProject/Gem/Code/Source/Game/MyComponent.cpp: warning C4651: '/D_M_FP_FAST' specified for precompiled header but not for current compile
Generating Code...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment