Snippets for solarus 2.0.4 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/solarus-quest-editor/2.0.4/150arm64-default.log.
-
/wrkdirs/usr/ports/games/solarus-quest-editor/work/solarus-v2.0.4/editor/src/widgets/external_script_dialog.cpp:225:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 225 | log_file.open(); // Necessary to generate a name for the temporary file. | ^~~~~~~~~~~~~ -
/wrkdirs/usr/ports/games/solarus-quest-editor/work/solarus-v2.0.4/editor/src/widgets/external_script_dialog.cpp:236:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 236 | log_file.open(); | ^~~~~~~~~~~~~ -
/wrkdirs/usr/ports/games/solarus-quest-editor/work/solarus-v2.0.4/editor/src/widgets/shader_previewer.cpp:767:9: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 767 | file.open(QIODevice::ReadOnly); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ -
/wrkdirs/usr/ports/games/solarus-quest-editor/work/solarus-v2.0.4/editor/src/tileset_model.cpp:162:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 162 | file.open(QIODevice::WriteOnly); | ^~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~