VirtualBox

Changeset 108627 in vbox


Ignore:
Timestamp:
Mar 20, 2025 10:42:47 AM (4 weeks ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
168039
Message:

Main/src-client/BusAssignmentManager.cpp: clang build fixes, bugref:10391

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/BusAssignmentManager.cpp

    r107491 r108627  
    4444#include <map>
    4545#include <vector>
     46
     47#if RT_CLANG_PREREQ(3, 4) /* complains about deprecated get_temporary_buffer() during instantiation of stable_sort(). */
     48# pragma clang diagnostic push
     49# pragma clang diagnostic ignored "-Wdeprecated-declarations"
     50#endif
    4651#include <algorithm>
     52#if RT_CLANG_PREREQ(3, 4)
     53# pragma clang diagnostic pop
     54#endif
    4755
    4856
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