VirtualBox

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


Ignore:
Timestamp:
Mar 20, 2025 12:03:19 PM (4 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168049
Message:

Frontends/Common/VBoxKeyboard/keyboard-layouts.h: clang build fixes, bugref:10391

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-layouts.h

    r107865 r108636  
    5959   dealt with elsewhere. */
    6060
     61/** @todo r=aeichner Someone needs to check whether the warnings are indeed valid. */
     62#ifdef __clang__
     63# pragma clang diagnostic push
     64# pragma clang diagnostic ignored "-Wstring-concatenation"
     65#endif
     66
    6167/* U.S. English */
    6268static const char main_key_us[MAIN_LEN][2] =
     
    20842090};
    20852091
     2092
     2093#ifdef __clang__
     2094# pragma clang diagnostic pop
     2095#endif
Note: See TracChangeset for help on using the changeset viewer.

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