Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
Sign in to follow this  
Gez

Compile warnings with r1161+

Recommended Posts

Those seem easy to fix:

1>.\source\r_textur.c(959) : warning C4098: 'R_MakeMissingTexture' : 'void' function returning a value
1>.\source\r_textur.c(1091) : warning C4013: 'E_HashDestroy' undefined; assuming extern returning int

Share this post


Link to post
Csonicgo said:

New texture system.

I know.

Csonicgo said:

I think they've already been fixed.

They haven't.

Share this post


Link to post

GCC doesn't detect anything. You'd be best to get on IRC and tell SoM directly.

irc://irc.oftc.net/NotEternityEngineRelated

Share this post


Link to post

As mentioned on IRC, VC++ and GCC have a nearly mutually exclusive set of warnings, despite supposedly implementing the same standardized language.

You don't have to get on IRC to report warnings or problems either. I check the forums multiple times daily :)

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  
×