[ create a new paste ] login | about

Link: http://codepad.org/X6swRK2d    [ raw code | fork ]

Plain Text, pasted on Jul 13:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/home/jp/dev/poletest/src/client/particles.cpp: In constructor ‘Particle::Particle(IGameDef*, LocalPlayer*, ClientEnvironment*, const ParticleParameters&, const ClientTexRef&, v2f, v2f, irr::video::SColor)’:
/home/jp/dev/poletest/src/client/particles.cpp:108:37: warning: ‘blendop’ may be used uninitialized [-Wmaybe-uninitialized]
  108 |         m_material.BlendOperation = blendop;
      |                                     ^~~~~~~
/home/jp/dev/poletest/src/client/particles.cpp:59:38: warning: ‘bfdst’ may be used uninitialized [-Wmaybe-uninitialized]
   59 |         video::E_BLEND_FACTOR bfsrc, bfdst;
      |                                      ^~~~~
/home/jp/dev/poletest/src/client/particles.cpp: In constructor ‘Particle::Particle(IGameDef*, LocalPlayer*, ClientEnvironment*, const ParticleParameters&, const ClientTexRef&, v2f, v2f, irr::video::SColor)’:
/home/jp/dev/poletest/src/client/particles.cpp:108:37: warning: ‘blendop’ may be used uninitialized [-Wmaybe-uninitialized]
  108 |         m_material.BlendOperation = blendop;
      |                                     ^~~~~~~
/home/jp/dev/poletest/src/client/particles.cpp:59:38: warning: ‘bfdst’ may be used uninitialized [-Wmaybe-uninitialized]
   59 |         video::E_BLEND_FACTOR bfsrc, bfdst;
      |                                      ^~~~~



Create a new paste based on this one


Comments: