Changeset 8127
- Timestamp:
- Mar 26, 2011, 9:37:51 PM (14 years ago)
- Location:
- code/branches/mac_osx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/mac_osx/cmake/tools/TargetUtilities.cmake
r8083 r8127 176 176 ADD_COMPILER_FLAGS("-w") 177 177 ENDIF() 178 178 179 179 # Don't compile header files 180 180 FOREACH(_file ${_${_target_name}_files}) … … 183 183 ENDIF() 184 184 ENDFOREACH(_file) 185 186 185 187 186 188 # Add the library/executable -
code/branches/mac_osx/src/orxonox/sound/SoundManager.cc
r8090 r8127 328 328 if (error == AL_INVALID_VALUE) {} 329 329 // @TODO: Follow this constantly appearing, nerve-racking warning 330 //COUT(2) << "Sound: OpenAL: Invalid listener position" << std::endl;330 COUT(2) << "Sound: OpenAL: Invalid listener position" << std::endl; 331 331 } 332 332
Note: See TracChangeset
for help on using the changeset viewer.