search for: c4100

Displaying 3 results from an estimated 3 matches for "c4100".

Did you mean: 44100
2015 Mar 20
5
[LLVMdev] Enabling stricter warnings for Windows builds
...ain I was that disabling them was a reasonable thing to do. Here's what I came up with (with a glaring bias toward just disabling common warnings and fixing uncommon ones): Warnings that should almost certainly be disabled ------------------------------------------------------------- warning C4100: unreferenced formal parameter (263666 times) warning C4127: conditional expression is constant (101120 times) warning C4512: assignment operator could not be generated (40472 times) warning C4505: unreferenced local function has been removed (6606 times) warning C4610: [...] can never be instantia...
2008 Nov 11
1
visual studio 2005 - help getting speex workin'
Hey there, I'm having trouble getting speex working with a project that uses it. For some quick background, the game Quake 3 was GPL'ed a while ago. Some programmers decided to throw it into a public svn and improve on it, called it ioquake3. One of the blokes integrated speex into ioquake3 and it works, but I have troubles getting it to compile/link properly with Visual Studio 2005. I
2010 Mar 03
2
uint decode error on visual studio...
Is this a common warning? The decoder doesn't return an error on it, but I see it a lot in my test application on windows. It is non existent on my linux box. I haven't tried mingw yet. please note that I'm using visual studio 2008 w/the vcproj that Bjoern Rasmussen made for 0.5.2 (w/some file references removed) at the moment and it is giving a lot of C4554 warnings