Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. video-resources.c:310:12: warning: ‘set_fullscreen_double_size_enabled’ defined but not used [-Wunused-function]
  2. video-resources.c:320:12: warning: ‘set_fullscreen_double_scan_enabled’ defined but not used [-Wunused-function]
  3. ../../src/aciacore.c:307:12: warning: ‘acia_set_irq’ defined but not used [-Wunused-function]
  4. ../../src/aciacore.c:456:12: warning: ‘acia_set_mode’ defined but not used [-Wunused-function]
  5. plus4model.c:98:9: warning: passing argument 2 of ‘resources_get_string’ from incompatible pointer type [enabled by default]
  6. ../../src/resources.h:136:12: note: expected ‘const char **’ but argument is of type ‘char **’
  7. ../../src/resources.h:136:12: note: expected ‘const char **’ but argument is of type ‘char **’
  8. cbm2-resources.c:74:9: warning: unused variable ‘tmp’ [-Wunused-variable]
  9. uidialogs.c: In function ‘ui_exit’:
  10. uidialogs.c:426:2: warning: implicit declaration of function ‘video_dthread_shutdown’ [-Wimplicit-function-declaration]
  11. uinetplay.c: In function ‘ui_netplay_dialog’:
  12. uinetplay.c:332:10: warning: variable ‘res’ set but not used [-Wunused-but-set-variable]
  13. ui-threads.c: In function ‘dthread_configure_callback_canvas’:
  14. ui-threads.c:291:2: warning: implicit declaration of function ‘configure_callback_canvas2’ [-Wimplicit-function-declaration]
  15. ui-threads.c: In function ‘dthread_func’:
  16. ui-threads.c:523:7: warning: implicit declaration of function ‘gl_render_canvas’ [-Wimplicit-function-declaration]
  17. platform_linux_runtime_os.c: In function ‘platform_get_linux_runtime_cpu’:
  18. platform_linux_runtime_os.c:168:19: warning: ignoring return value of ‘system’, declared with attribute warn_unused_result [-Wunused-result]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement