VirtualBox

Changeset 103416 in vbox for trunk/src/VBox/Runtime/common


Ignore:
Timestamp:
Feb 19, 2024 8:06:54 AM (12 months ago)
Author:
vboxsync
Message:

Devices,Runtime: Fix some harmless misleading macros warnings, bugref:3409

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/checksum/alt-md5.cpp

    r98103 r103416  
    105105/* This is the central step in the MD5 algorithm. */
    106106#define MD5STEP(f, w, x, y, z, data, s) \
    107     ( w += f(x, y, z) + data,  w = w<<s | w>>(32-s),  w += x )
     107    ( w += f(x, y, z) + (data),  w = w<<s | w>>(32-s),  w += x )
    108108
    109109
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