VirtualBox

Changeset 21873 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 30, 2009 9:43:49 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50518
Message:

gcc warnings

Location:
trunk/src/VBox/Frontends/VirtualBox/src/X11
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/X11/keyboard-new.c

    r21711 r21873  
    485485 * Returns the keycode to scancode array
    486486 */
    487 unsigned *X11DRV_getKeyc2scan()
     487unsigned *X11DRV_getKeyc2scan(void)
    488488{
    489489    return keyc2scan;
  • trunk/src/VBox/Frontends/VirtualBox/src/X11/keyboard.h

    r21711 r21873  
    4444#endif
    4545#ifdef VBOX_HAVE_VISIBILITY_HIDDEN
    46 extern CCALL __attribute__((visibility("default"))) unsigned *X11DRV_getKeyc2scan();
     46extern CCALL __attribute__((visibility("default"))) unsigned *X11DRV_getKeyc2scan(void);
    4747extern CCALL __attribute__((visibility("default"))) unsigned X11DRV_InitKeyboard(Display *dpy, unsigned *byLayoutOK, unsigned *byTypeOK, int (*remapScancodes)[2]);
    4848extern CCALL __attribute__((visibility("default"))) unsigned X11DRV_KeyEvent(Display *dpy, KeyCode code);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette