Snippets for aegisub 3.4.2 from Nix aarch64-darwin
Sourced from https://hydra.nixos.org/log/jqja4c8iqy2ac82yyh800v6p1w1j59ph-aegisub-3.4.2.drv.
-
../subprojects/luabins/src/luabins.c:76:3: warning: unused typedef 'static_assertion_failed_at_line_76' [-Wunused-local-typedef] 76 | luabins_static_assert(sizeof(int) >= LUABINS_LINT); | ^ -
../subprojects/luabins/src/luabins.c:78:3: warning: unused typedef 'static_assertion_failed_at_line_78' [-Wunused-local-typedef] 78 | luabins_static_assert(sizeof(size_t) >= LUABINS_LSIZET); | ^ -
../subprojects/luabins/src/luabins.c:80:3: warning: unused typedef 'static_assertion_failed_at_line_80' [-Wunused-local-typedef] 80 | luabins_static_assert(sizeof(lua_Number) == LUABINS_LNUMBER); | ^ -
../src/MatroskaParser.c:811:14: warning: variable 'f' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized] 811 | } else if (len == 8) { | ^~~~~~~~ -
../src/MatroskaParser.c:823:11: warning: variable 'ui' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] 823 | if (shift > 10) | ^~~~~~~~~~ -
../src/MatroskaParser.c:819:14: warning: variable 'ui' is used uninitialized whenever 'if' condition is true [-Wsometimes-uninitialized] 819 | else if (shift == 2047) | ^~~~~~~~~~~~~ -
../src/MatroskaParser.c:2413:14: warning: variable 'stmask' set but not used [-Wunused-but-set-variable] 2413 | unsigned stmask = 0, i, trk; | ^ -
/nix/store/dq8kcs3cvgjgd5d1dyrdn1lbmx0wsgz5-wxwidgets-3.2.11/include/wx-3.2/wx/defs.h:3023:28: warning: 'NSOpenGLContext' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] 3023 | DECLARE_WXCOCOA_OBJC_CLASS(NSOpenGLContext); | ^ -
/nix/store/dq8kcs3cvgjgd5d1dyrdn1lbmx0wsgz5-wxwidgets-3.2.11/include/wx-3.2/wx/defs.h:3024:28: warning: 'NSOpenGLPixelFormat' is deprecated: first deprecated in macOS 10.14 - Please use Metal or MetalKit. [-Wdeprecated-declarations] 3024 | DECLARE_WXCOCOA_OBJC_CLASS(NSOpenGLPixelFormat); | ^ -
../src/auto4_lua.cpp:243:14: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] 243 | if (typeid(*et) != typeid(AssStyle)) | ^ -
../src/auto4_lua.cpp:852:16: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] 852 | if (typeid(*lines[cur - 1]) != typeid(AssDialogue)) { | ^ -
../src/dialog_colorpicker.cpp:409:154: warning: bitwise operation between different enumeration types ('CGImageAlphaInfo' and '(unnamed enum at /nix/store/vhgvw78l3ziv7kgrbnrfbb8j37112bxk-apple-sdk-14.4/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreGraphics.framework/Headers/CGImage.h:53:9)') is deprecated [-Wdeprecated-anon-enum-enum-conversion] 409 | agi::scoped_holder<CGContextRef> bmp_context(CGBitmapContextCreate(&imgdata[0], width, height, 8, 4 * width, colorspace, kCGImageAlphaPremultipliedLast | kCGBitmapByteOrder32Big), CGContextRelease); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~ -
../src/dialog_translation.cpp:98:51: warning: wxSTC_SCMOD_SHIFT is deprecated. Use wxSTC_KEYMOD_SHIFT instead. [-W#pragma-messages] 98 | translated_text->CmdKeyAssign(wxSTC_KEY_RETURN, wxSTC_SCMOD_SHIFT, wxSTC_CMD_NEWLINE); | ^ -
../src/subs_edit_ctrl.cpp:93:2: warning: 'UsePopUp' is deprecated: use UsePopUp(int) instead. [-Wdeprecated-declarations] 93 | UsePopUp(false); | ^ -
../src/subs_edit_ctrl.cpp:97:31: warning: wxSTC_SCMOD_CTRL is deprecated. Use wxSTC_KEYMOD_CTRL instead. [-W#pragma-messages] 97 | CmdKeyClear(wxSTC_KEY_RETURN,wxSTC_SCMOD_CTRL); | ^ -
../src/subs_edit_ctrl.cpp:98:31: warning: wxSTC_SCMOD_SHIFT is deprecated. Use wxSTC_KEYMOD_SHIFT instead. [-W#pragma-messages] 98 | CmdKeyClear(wxSTC_KEY_RETURN,wxSTC_SCMOD_SHIFT); | ^ -
../src/subs_edit_ctrl.cpp:99:31: warning: wxSTC_SCMOD_NORM is deprecated. Use wxSTC_KEYMOD_NORM instead. [-W#pragma-messages] 99 | CmdKeyClear(wxSTC_KEY_RETURN,wxSTC_SCMOD_NORM); | ^ -
../src/subs_edit_ctrl.cpp:100:28: warning: wxSTC_SCMOD_NORM is deprecated. Use wxSTC_KEYMOD_NORM instead. [-W#pragma-messages] 100 | CmdKeyClear(wxSTC_KEY_TAB,wxSTC_SCMOD_NORM); | ^ -
../src/subs_edit_ctrl.cpp:101:28: warning: wxSTC_SCMOD_SHIFT is deprecated. Use wxSTC_KEYMOD_SHIFT instead. [-W#pragma-messages] 101 | CmdKeyClear(wxSTC_KEY_TAB,wxSTC_SCMOD_SHIFT); | ^ -
../src/subs_edit_ctrl.cpp:102:18: warning: wxSTC_SCMOD_CTRL is deprecated. Use wxSTC_KEYMOD_CTRL instead. [-W#pragma-messages] 102 | CmdKeyClear('D',wxSTC_SCMOD_CTRL); | ^ -
../src/subs_edit_ctrl.cpp:103:18: warning: wxSTC_SCMOD_CTRL is deprecated. Use wxSTC_KEYMOD_CTRL instead. [-W#pragma-messages] 103 | CmdKeyClear('L',wxSTC_SCMOD_CTRL); | ^ -
../src/subs_edit_ctrl.cpp:104:18: warning: wxSTC_SCMOD_CTRL is deprecated. Use wxSTC_KEYMOD_CTRL instead. [-W#pragma-messages] 104 | CmdKeyClear('L',wxSTC_SCMOD_CTRL | wxSTC_SCMOD_SHIFT); | ^ -
../src/subs_edit_ctrl.cpp:104:37: warning: wxSTC_SCMOD_SHIFT is deprecated. Use wxSTC_KEYMOD_SHIFT instead. [-W#pragma-messages] 104 | CmdKeyClear('L',wxSTC_SCMOD_CTRL | wxSTC_SCMOD_SHIFT); | ^ -
../src/subs_edit_ctrl.cpp:105:18: warning: wxSTC_SCMOD_CTRL is deprecated. Use wxSTC_KEYMOD_CTRL instead. [-W#pragma-messages] 105 | CmdKeyClear('T',wxSTC_SCMOD_CTRL); | ^ -
../src/subs_edit_ctrl.cpp:106:18: warning: wxSTC_SCMOD_CTRL is deprecated. Use wxSTC_KEYMOD_CTRL instead. [-W#pragma-messages] 106 | CmdKeyClear('T',wxSTC_SCMOD_CTRL | wxSTC_SCMOD_SHIFT); | ^ -
../src/subs_edit_ctrl.cpp:106:37: warning: wxSTC_SCMOD_SHIFT is deprecated. Use wxSTC_KEYMOD_SHIFT instead. [-W#pragma-messages] 106 | CmdKeyClear('T',wxSTC_SCMOD_CTRL | wxSTC_SCMOD_SHIFT); | ^ -
../src/subs_edit_ctrl.cpp:107:18: warning: wxSTC_SCMOD_CTRL is deprecated. Use wxSTC_KEYMOD_CTRL instead. [-W#pragma-messages] 107 | CmdKeyClear('U',wxSTC_SCMOD_CTRL); | ^ -
/nix/store/iijxjliwcl2js13ww6fqmw9r2cyfdkvq-libcxx-21.1.6+apple-sdk-26.5/include/c++/v1/__fwd/string.h:45:41: warning: 'char_traits<unsigned int>' is deprecated: char_traits<T> for T not equal to char, wchar_t, char8_t, char16_t or char32_t is non-standard and is provided for a temporary period. It will be removed in a future release, so please migrate off of it. [-Wdeprecated-declarations] 45 | template <class _CharT, class _Traits = char_traits<_CharT>, class _Allocator = allocator<_CharT> > | ^ -
../src/utils.cpp:226:53: warning: 'kCTFontUserFontType' is deprecated: first deprecated in macOS 10.11 - Deprecated [-Wdeprecated-declarations] 226 | auto default_font = CTFontCreateUIFontForLanguage(kCTFontUserFontType, 0, nullptr); | ^ -
../src/video_display.cpp:431:24: warning: expression with side effects will be evaluated despite being used as an operand to 'typeid' [-Wpotentially-evaluated-expression] 431 | return tool && typeid(*tool) == type; | ^ -
../src/audio_player_openal.cpp:129:11: warning: 'alcOpenDevice' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 129 | device = alcOpenDevice(nullptr); | ^ -
../src/audio_player_openal.cpp:139:2: warning: 'alcCloseDevice' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 139 | alcCloseDevice(device); | ^ -
../src/audio_player_openal.cpp:148:13: warning: 'alcCreateContext' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 148 | context = alcCreateContext(device, nullptr); | ^ -
../src/audio_player_openal.cpp:150:8: warning: 'alcMakeContextCurrent' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 150 | if (!alcMakeContextCurrent(context)) throw AudioPlayerOpenError("Failed selecting OpenAL context"); | ^ -
../src/audio_player_openal.cpp:153:3: warning: 'alGetError' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 153 | alGetError(); | ^ -
../src/audio_player_openal.cpp:156:3: warning: 'alGenBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 156 | alGenBuffers(num_buffers, buffers); | ^ -
../src/audio_player_openal.cpp:157:7: warning: 'alGetError' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 157 | if (alGetError() != AL_NO_ERROR) throw AudioPlayerOpenError("Error generating OpenAL buffers"); | ^ -
../src/audio_player_openal.cpp:160:3: warning: 'alGenSources' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 160 | alGenSources(1, &source); | ^ -
../src/audio_player_openal.cpp:161:7: warning: 'alGetError' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 161 | if (alGetError() != AL_NO_ERROR) { | ^ -
../src/audio_player_openal.cpp:162:4: warning: 'alDeleteBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 162 | alDeleteBuffers(num_buffers, buffers); | ^ -
../src/audio_player_openal.cpp:168:3: warning: 'alcDestroyContext' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 168 | alcDestroyContext(context); | ^ -
../src/audio_player_openal.cpp:177:2: warning: 'alcMakeContextCurrent' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 177 | alcMakeContextCurrent(context); | ^ -
../src/audio_player_openal.cpp:178:2: warning: 'alDeleteSources' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 178 | alDeleteSources(1, &source); | ^ -
../src/audio_player_openal.cpp:179:2: warning: 'alDeleteBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 179 | alDeleteBuffers(num_buffers, buffers); | ^ -
../src/audio_player_openal.cpp:180:2: warning: 'alcMakeContextCurrent' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 180 | alcMakeContextCurrent(nullptr); | ^ -
../src/audio_player_openal.cpp:181:2: warning: 'alcDestroyContext' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 181 | alcDestroyContext(context); | ^ -
../src/audio_player_openal.cpp:188:2: warning: 'alcMakeContextCurrent' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 188 | alcMakeContextCurrent(context); | ^ -
../src/audio_player_openal.cpp:192:3: warning: 'alSourceStop' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 192 | alSourceStop(source); | ^ -
../src/audio_player_openal.cpp:193:3: warning: 'alSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 193 | alSourcei(source, AL_BUFFER, 0); | ^ -
../src/audio_player_openal.cpp:210:2: warning: 'alSourcePlay' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 210 | alSourcePlay(source); | ^ -
../src/audio_player_openal.cpp:228:2: warning: 'alcMakeContextCurrent' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 228 | alcMakeContextCurrent(context); | ^ -
../src/audio_player_openal.cpp:229:2: warning: 'alSourceStop' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 229 | alSourceStop(source); | ^ -
../src/audio_player_openal.cpp:230:2: warning: 'alSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 230 | alSourcei(source, AL_BUFFER, 0); | ^ -
../src/audio_player_openal.cpp:231:2: warning: 'alcMakeContextCurrent' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 231 | alcMakeContextCurrent(nullptr); | ^ -
../src/audio_player_openal.cpp:250:3: warning: 'alBufferData' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 250 | alBufferData(buffers[buf_first_free], AL_FORMAT_MONO16, &decode_buffer[0], decode_buffer.size(), samplerate); | ^ -
../src/audio_player_openal.cpp:251:3: warning: 'alSourceQueueBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 251 | alSourceQueueBuffers(source, 1, &buffers[buf_first_free]); // FIXME: collect buffer handles and queue all at once instead of one at a time? | ^ -
../src/audio_player_openal.cpp:260:2: warning: 'alcMakeContextCurrent' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 260 | alcMakeContextCurrent(context); | ^ -
../src/audio_player_openal.cpp:262:2: warning: 'alGetSourcei' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 262 | alGetSourcei(source, AL_BUFFERS_PROCESSED, &newplayed); | ^ -
../src/audio_player_openal.cpp:273:3: warning: 'alSourceUnqueueBuffers' is deprecated: first deprecated in macOS 10.15 - OpenAL is deprecated in favor of AVAudioEngine [-Wdeprecated-declarations] 273 | alSourceUnqueueBuffers(source, newplayed, bufs); | ^