compiler warnings

Started by Jimbo, 20 Jun '03 - 16:21

Jimbo

After downloading BASS 1.8a, I'm getting the following compiler warnings (using VC++ v6):

bass.h(1091) : warning C4180: qualifier applied to function type has no meaning
bass.h(1243) : warning C4180: qualifier applied to function type has no meaning
bass.h(1257) : warning C4180: qualifier applied to function type has no meaning

Do they mean anything, or can I just ignore them?

Jim

Ian @ un4seen

I just got a bit over-exuberant with the "const" parameters ;D

It doesn't do any harm, but an updated BASS.H file was put in the 1.8a ZIP yesterday. You can also remove the "const" from those lines yourself.

Jimbo

Thanks Ian. The warnings are gone with that latest version :)