Alignment Issue

  • Thread starter Thread starter Nekura
  • Start date Start date
N

Nekura

Guest
Hey all. First I wanted to thank the numerous members who have posted extremely helpful information as per getting the Source SDK to compile. :cheers:

I'm getting a non-fatal (doesn't stop the DLL from being produced) warning when I compile the client.dll (haven't tried the other dll yet). I was just curious if anyone else is getting this warning, and whether or not it could cause the game to crash.

Code:
F:\modname\src\cl_dll\c_baseentity.h(192) : warning C4121: 'thinkfunc_t' : alignment of a member was sensitive to packing

I know a bit about alignment and that it could possibly cause an exception, but I'm not sure if this is one of those cases.

Anyhow, thanks again.. you all have been so helpful already!
 
Back
Top