Snippets for aegisub 3.4.2 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/hji35d6jddd8njidq99aihh9wyrgfdsa-aegisub-3.4.2.drv.
-
../subprojects/luabins/src/saveload.h:28:7: warning: typedef 'static_assertion_failed_at_line_76' locally defined but not used [-Wunused-local-typedefs] 28 | static_assertion_failed_at_line_, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../subprojects/luabins/src/saveload.h:28:7: warning: typedef 'static_assertion_failed_at_line_78' locally defined but not used [-Wunused-local-typedefs] 28 | static_assertion_failed_at_line_, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../subprojects/luabins/src/saveload.h:28:7: warning: typedef 'static_assertion_failed_at_line_80' locally defined but not used [-Wunused-local-typedefs] 28 | static_assertion_failed_at_line_, \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../libaegisub/include/libaegisub/unicode.h:43:25: warning: comparison of integer expressions of different signedness: 'const size_t' {aka 'const long unsigned int'} and 'int32_t' {aka 'int'} [-Wsign-compare] 43 | if (end == UBRK_DONE) return str.substr(begin); | ^ -
../libaegisub/ass/dialogue_parser.cpp:128:46: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 128 | for (size_t i = 0; i < n; i++) { | ~~^~~ -
../libaegisub/audio/provider_convert.cpp:121:30: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int64_t' {aka 'long int'} [-Wsign-compare] 121 | assert(count == count64); | ~~~~~~^~~~~~~~~~ -
../libaegisub/audio/provider_convert.cpp:43:30: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int64_t' {aka 'long int'} [-Wsign-compare] 43 | assert(count == count64); | ~~~~~~^~~~~~~~~~ -
../libaegisub/audio/provider_convert.cpp:50:39: warning: comparison of integer expressions of different signedness: 'int64_t' {aka 'long int'} and 'long unsigned int' [-Wsign-compare] 50 | for (int64_t i = 0; i < count * channels; ++i) { | ~~^~~~~~~~~~~~~~~~~~ -
../libaegisub/audio/provider_convert.cpp:87:30: warning: comparison of integer expressions of different signedness: 'long unsigned int' and 'int64_t' {aka 'long int'} [-Wsign-compare] 87 | assert(count == count64); | ~~~~~~^~~~~~~~~~ -
../libaegisub/common/format.cpp:37:51: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 37 | while (value[len] && (max_len <= 0 || len < max_len)) ++len; | ~~~~^~~~~~~~~ -
../libaegisub/common/karaoke_matcher.cpp:161:40: warning: comparison of integer expressions of different signedness: 'std::basic_string_view<char>::size_type' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] 161 | if (dest_string.size() >= cur.data() - dest_string.data() + 6) | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
../src/MatroskaParser.c:797:11: warning: 'ui' may be used uninitialized [-Wmaybe-uninitialized] 797 | if (ui & 0x80000000) | ^~ -
../src/audio_display.h:64:7: warning: 'AudioDisplay' has a field 'std::unique_ptr<{anonymous}::AudioDisplayScrollbar> AudioDisplay::scrollbar' whose type has internal linkage [-Wsubobject-linkage] 64 | class AudioDisplay: public wxWindow { | ^~~~~~~~~~~~ -
../src/audio_display.h:64:7: warning: 'AudioDisplay' has a field 'std::unique_ptr<{anonymous}::AudioDisplayTimeline> AudioDisplay::timeline' whose type has internal linkage [-Wsubobject-linkage] -
../src/ass_parser.cpp:76:39: warning: typedef 'using AssParser::HeaderToProperty::ProcessProperty(AssFile*, const std::string&, const std::string&)::<unnamed struct>::result_type = void' locally defined but not used [-Wunused-local-typedefs] 76 | using result_type = void; | ^~~~~~~~~~~ -
../src/audio_karaoke.cpp:51:34: warning: comparison of integer expressions of different signedness: 'const long unsigned int' and 'const int' [-Wsign-compare] 51 | if (it == c.end() || *it > v) | ~~~~^~~ -
../src/audio_timing_karaoke.cpp:392:17: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 392 | if (syl == cur_syl || syl == cur_syl + 1) { | ~~~~^~~~~~~~~~ -
../src/audio_timing_karaoke.cpp:392:35: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare] 392 | if (syl == cur_syl || syl == cur_syl + 1) { | ~~~~^~~~~~~~~~~~~~ -
../src/command/command.h:113:30: warning: 'virtual void cmd::Command::operator()(agi::Context*)' was hidden [-Woverloaded-virtual=] 113 | virtual void operator()(agi::Context *c)=0; | ^~~~~~~~ -
../src/gl_text.h:46:7: warning: 'OpenGLText' has a field 'glyphMap OpenGLText::glyphs' whose type has internal linkage [-Wsubobject-linkage] 46 | class OpenGLText { | ^~~~~~~~~~ -
../src/gl_text.h:46:7: warning: 'OpenGLText' has a field 'std::vector<{anonymous}::OpenGLTextTexture> OpenGLText::textures' whose type has internal linkage [-Wsubobject-linkage] -
../src/hotkey.cpp:61:43: warning: comparing the result of pointer addition '(added + ((sizetype)(i * 24)))' and NULL [-Waddress] 61 | for (size_t i = 0; added[i] && added[i][0]; ++i) { | ^ -
../src/mkv_wrap.cpp:148:47: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare] 148 | if (bytesRead >= uncompBuf.size()) | ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ -
../src/subs_edit_ctrl.cpp:93:17: warning: 'void wxStyledTextCtrl::UsePopUp(bool)' is deprecated: use UsePopUp(int) instead. [-Wdeprecated-declarations] 93 | UsePopUp(false); | ~~~~~~~~^~~~~~~