Changeset 108636 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 20, 2025 12:03:19 PM (4 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168049
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/Common/VBoxKeyboard/keyboard-layouts.h
r107865 r108636 59 59 dealt with elsewhere. */ 60 60 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 61 67 /* U.S. English */ 62 68 static const char main_key_us[MAIN_LEN][2] = … … 2084 2090 }; 2085 2091 2092 2093 #ifdef __clang__ 2094 # pragma clang diagnostic pop 2095 #endif
Note:
See TracChangeset
for help on using the changeset viewer.