VirtualBox

Changeset 16467 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Feb 2, 2009 4:19:20 PM (16 years ago)
Author:
vboxsync
Message:

warnings

Location:
trunk/src/VBox/Additions/x11/xgraphics
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_13.c

    r9928 r16467  
    463463vbox_output_set_property(xf86OutputPtr output, Atom property,
    464464                         RRPropertyValuePtr value)
    465 { (void) output, (void) property, (void) value; return FALSE; }
     465{ (void) output; (void) property; (void) value; return FALSE; }
    466466#endif
    467467
  • trunk/src/VBox/Additions/x11/xgraphics/vboxvideo_15.c

    r16091 r16467  
    483483vbox_output_set_property(xf86OutputPtr output, Atom property,
    484484                         RRPropertyValuePtr value)
    485 { (void) output, (void) property, (void) value; return FALSE; }
     485{ (void) output; (void) property; (void) value; return FALSE; }
    486486#endif
    487487
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