Compiling file src/Core/GuiDisplayGen.m ...
src/Core/GuiDisplayGen.m: In function '-[GuiDisplayGen drawGalaxyChart::::]':
src/Core/GuiDisplayGen.m:1995:3: warning: 'b' may be used uninitialized in this
function [-Wmaybe-uninitialized]
src/Core/GuiDisplayGen.m:1995:3: warning: 'g' may be used uninitialized in this
function [-Wmaybe-uninitialized]
src/Core/GuiDisplayGen.m:1995:3: warning: 'r' may be used uninitialized in this
function [-Wmaybe-uninitialized]
Compiling file src/Core/HeadUpDisplay.m ...
Latest commit to the branch was: Parcel contracts tweak, 27bc2fe by cim.
How do you magicians want us to report Oolite version/build when we have compiled and encountered errors or warning?
Time-stamp, commit hex number?????
"A brilliant game of blasting and trading... Truly a mega-game... The game of a lifetime." (Gold Medal Award, Zzap!64 May 1985).
I just built a release snapshot exe fine using the same method, although the build did get somewhat confused at the end when it tried to build debug.oxp due to the recent incorporation:
I just built a release snapshot exe fine using the same method, although the build did get somewhat confused at the end when it tried to build debug.oxp due to the recent incorporation:
Compiling file src/Core/GuiDisplayGen.m ...
src/Core/GuiDisplayGen.m: In function '-[GuiDisplayGen drawGalaxyChart::::]':
src/Core/GuiDisplayGen.m:1997:3: warning: 'b' may be used uninitialized in this
function [-Wmaybe-uninitialized]
src/Core/GuiDisplayGen.m:1997:3: warning: 'g' may be used uninitialized in this
function [-Wmaybe-uninitialized]
src/Core/GuiDisplayGen.m:1997:3: warning: 'r' may be used uninitialized in this
function [-Wmaybe-uninitialized]
Compiling file src/Core/HeadUpDisplay.m ...
"A brilliant game of blasting and trading... Truly a mega-game... The game of a lifetime." (Gold Medal Award, Zzap!64 May 1985).
Compiling file src/Core/OOALSoundDecoder.m ...
In file included from src/Core/OOALSoundDecoder.m:31:0:
D:/oolitedev/Msys_x2/1.0/mingw/../devlibs/include/vorbis/vorbisfile.h:82:21: war
ning: 'OV_CALLBACKS_NOCLOSE' defined but not used [-Wunused-variable]
D:/oolitedev/Msys_x2/1.0/mingw/../devlibs/include/vorbis/vorbisfile.h:89:21: war
ning: 'OV_CALLBACKS_STREAMONLY' defined but not used [-Wunused-variable]
D:/oolitedev/Msys_x2/1.0/mingw/../devlibs/include/vorbis/vorbisfile.h:96:21: war
ning: 'OV_CALLBACKS_STREAMONLY_NOCLOSE' defined but not used [-Wunused-variable]
Is there any GIT command I can issue to get last commit on my selected branch?
"A brilliant game of blasting and trading... Truly a mega-game... The game of a lifetime." (Gold Medal Award, Zzap!64 May 1985).
Compiling file src/Core/Materials/OOCombinedEmissionMapGenerator.m ...
src/Core/Materials/OOCombinedEmissionMapGenerator.m: In function '-[OOCombinedEmissionMapGenerator initWithEmissionMapSpec:emissionColor:diffuseMap:diffuseColor
:illuminationMapSpec:illuminationColor:isCombinedMap:optionsSpecifier:]':
src/Core/Materials/OOCombinedEmissionMapGenerator.m:153:3: warning: 'OOCombinedEmissionMapGenerator' may not respond to '-constructCacheKey' [enabled by default]
src/Core/Materials/OOCombinedEmissionMapGenerator.m:153:3: warning: (Messages without a matching method signature [enabled by default]
src/Core/Materials/OOCombinedEmissionMapGenerator.m:153:3: warning: will be assumed to return 'id' and accept [enabled by default]
src/Core/Materials/OOCombinedEmissionMapGenerator.m:153:3: warning: '...' as arguments.) [enabled by default]
Compiling file src/Core/Materials/OOPixMapTextureLoader.m ...
Compiling file src/Core/OOCrosshairs.m ...
"A brilliant game of blasting and trading... Truly a mega-game... The game of a lifetime." (Gold Medal Award, Zzap!64 May 1985).
Compiling file src/Core/OOALSoundDecoder.m ...
In file included from src/Core/OOALSoundDecoder.m:31:0:
D:/oolitedev/Msys_x2/1.0/mingw/../devlibs/include/vorbis/vorbisfile.h:82:21: warning: 'OV_CALLBACKS_NOCLOSE' defined but not used [-Wunused-variable]
D:/oolitedev/Msys_x2/1.0/mingw/../devlibs/include/vorbis/vorbisfile.h:89:21: warning: 'OV_CALLBACKS_STREAMONLY' defined but not used [-Wunused-variable]
D:/oolitedev/Msys_x2/1.0/mingw/../devlibs/include/vorbis/vorbisfile.h:96:21: warning: 'OV_CALLBACKS_STREAMONLY_NOCLOSE' defined but not used [-Wunused-variable]
Compiling file src/Core/OOALBufferedSound.m ...
"A brilliant game of blasting and trading... Truly a mega-game... The game of a lifetime." (Gold Medal Award, Zzap!64 May 1985).
Compiling file src/Core/OOALSoundDecoder.m ...
In file included from src/Core/OOALSoundDecoder.m:31:0:
D:/oolitedev/Msys_x2/1.0/mingw/../devlibs/include/vorbis/vorbisfile.h:82:21: warning: 'OV_CALLBACKS_NOCLOSE' defined but not used [-Wunused-variable]
D:/oolitedev/Msys_x2/1.0/mingw/../devlibs/include/vorbis/vorbisfile.h:89:21: warning: 'OV_CALLBACKS_STREAMONLY' defined but not used [-Wunused-variable]
D:/oolitedev/Msys_x2/1.0/mingw/../devlibs/include/vorbis/vorbisfile.h:96:21: warning: 'OV_CALLBACKS_STREAMONLY_NOCLOSE' defined but not used [-Wunused-variable]
Compiling file src/Core/OOALBufferedSound.m ...
This is the same set of warnings as in your post of 17th November, right?
The warnings are coming from the libvorbis library. We would need to edit the libvorbis headers to remove them. Since they are totally harmless, I don't think we need to worry too much about it and generally we don't mess with third party libraries unless absolutely required.
This is the same set of warnings as in your post of 17th November, right?
The warnings are coming from the libvorbis library. We would need to edit the libvorbis headers to remove them. Since they are totally harmless, I don't think we need to worry too much about it and generally we don't mess with third party libraries unless absolutely required.
Sorry AC. I jumped too quickly.
I'll try to backtrack and check what has been reported next time. These reports are quite incomprehensible to me, so I live by the rule, if in doubt, report it. I will accept a slap on the wrist for meddling too much though.
"A brilliant game of blasting and trading... Truly a mega-game... The game of a lifetime." (Gold Medal Award, Zzap!64 May 1985).