Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qqsp: init at 1.9, qsp: init at 0-unstable-2024-11-27 #363124

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

fixup! qsp: init

23f80b2
Select commit
Loading
Failed to load commit list.
Open

qqsp: init at 1.9, qsp: init at 0-unstable-2024-11-27 #363124

fixup! qsp: init
23f80b2
Select commit
Loading
Failed to load commit list.
OfBorg / qqsp, qqsp.passthru.tests, qsp, qsp.passthru.tests on aarch64-linux completed Dec 26, 2024 in 0s

Unexpected error: command failed with exit code 1

Attempted: qqsp, qsp

The following builds were skipped because they don't evaluate on aarch64-linux: qqsp.passthru.tests, qsp.passthru.tests

Details

Partial log

       > callbacks_gui.cpp:51:45: warning: cast between incompatible function types from 'void (*)(int, QSP_BOOL)' {aka 'void (*)(int, int)'} to 'QSP_CALLBACK' {aka 'int (*)(...)'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcast-function-type-Wcast-function-type8;;]
       >    51 |         QSPSetCallBack(QSP_CALL_SHOWWINDOW, (QSP_CALLBACK)&ShowPane);
       >       |                                             ^~~~~~~~~~~~~~~~~~~~~~~
       > callbacks_gui.cpp:53:49: warning: cast between incompatible function types from 'void (*)(const QSP_CHAR*)' {aka 'void (*)(const char16_t*)'} to 'QSP_CALLBACK' {aka 'int (*)(...)'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcast-function-type-Wcast-function-type8;;]
       >    53 |         QSPSetCallBack(QSP_CALL_OPENGAMESTATUS, (QSP_CALLBACK)&OpenGameStatus);
       >       |                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       > callbacks_gui.cpp:54:49: warning: cast between incompatible function types from 'void (*)(const QSP_CHAR*)' {aka 'void (*)(const char16_t*)'} to 'QSP_CALLBACK' {aka 'int (*)(...)'} [8;;https://gcc.gnu.org/onlinedocs/gcc-14.2.0/gcc/Warning-Options.html#index-Wcast-function-type-Wcast-function-type8;;]
       >    54 |         QSPSetCallBack(QSP_CALL_SAVEGAMESTATUS, (QSP_CALLBACK)&SaveGameStatus);
       >       |                                                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       For full logs, run 'nix log /nix/store/nryb1imsj5nanps71d233cdrpr954g3v-qqsp-1.9.drv'.