Commit 1882d4e
authored
Fix compilation on Linux for the following error: (#435)
#434
In file included from /mnt/D/GIT/STAB/o3de/build/External/AtomSampleViewer-4c24181b/Gem/Code/CMakeFiles/AtomSampleViewer.Private.Static.dir/Unity/unity_5_cxx.cxx:3:
In file included from /mnt/D/GIT/STAB/o3de/AtomSampleViewer/Gem/Code/Source/AuxGeomExampleComponent.cpp:9:
In file included from /mnt/D/GIT/STAB/o3de/AtomSampleViewer/Gem/Code/Source/AuxGeomExampleComponent.h:11:
/mnt/D/GIT/STAB/o3de/AtomSampleViewer/Gem/Code/Source/CommonSampleComponentBase.h:118:21: error: private field 'm_postProcessEntity' is not used [-Werror,-Wunused-private-field]
AZ::Entity* m_postProcessEntity = nullptr;
Signed-off-by: Galib Arrieta <66021303+galibzon@users.noreply.github.com>1 parent cf18bb4 commit 1882d4e
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 117 | | |
121 | 118 | | |
122 | 119 | | |
| |||
0 commit comments