Fix -Wunused-const-variable warning
This commit is contained in:
parent
1607ec48c3
commit
3631951928
@ -80,6 +80,7 @@
|
||||
//
|
||||
// Some of these are not used but are kept here for future reference anyway
|
||||
//---------------------------------------------------------------------------
|
||||
wxCLANG_WARNING_SUPPRESS(unused-const-variable)
|
||||
const IID IID_IActiveMovie = {0x05589FA2,0xC356,0x11CE,{0xBF,0x01,0x00,0xAA,0x00,0x55,0x59,0x5A}};
|
||||
const IID IID_IActiveMovie2 = {0xB6CD6554,0xE9CB,0x11D0,{0x82,0x1F,0x00,0xA0,0xC9,0x1F,0x9C,0xA0}};
|
||||
const IID IID_IActiveMovie3 = {0x265EC140,0xAE62,0x11D1,{0x85,0x00,0x00,0xA0,0xC9,0x1F,0x9C,0xA0}};
|
||||
@ -109,6 +110,7 @@ const IID IID_IFilterGraph = {0x56A8689F, 0x0AD4, 0x11CE,{0xB0, 0x3A,
|
||||
const IID IID_IGraphBuilder = {0x56A868A9, 0x0AD4, 0x11CE,{0xB0, 0x3A, 0x00, 0x20, 0xAF, 0x0B, 0xA7, 0x70}};
|
||||
const IID IID_IVMRFilterConfig9 = {0x5A804648, 0x4F66, 0x4867,{0x9C, 0x43, 0x4F, 0x5C, 0x82, 0x2C, 0xF1, 0xB8}};
|
||||
const IID IID_IBaseFilter = {0x56A86895, 0x0AD4, 0x11CE,{0xB0, 0x3A, 0x00, 0x20, 0xAF, 0x0B, 0xA7, 0x70}};
|
||||
wxCLANG_WARNING_RESTORE(unused-const-variable)
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
// QUARTZ COM INTERFACES (dumped from quartz.idl from MSVC COM Browser)
|
||||
|
@ -105,7 +105,6 @@ typedef struct ComponentInstanceRecord * ComponentInstance;
|
||||
// constants respectively (translate each byte to ASCII to see it), but this is
|
||||
// not accepted by non-Mac compilers, so use the numeric constants instead.
|
||||
const OSType URLDataHandlerSubType = 0x75726c20;
|
||||
const OSType VisualMediaCharacteristic = 0x65796573;
|
||||
#endif
|
||||
|
||||
struct FSSpec
|
||||
|
@ -89,6 +89,7 @@
|
||||
// Various definitions dumped from wmp.IDL
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
wxCLANG_WARNING_SUPPRESS(unused-const-variable)
|
||||
// CLSID_WMP10ALT is on CE and in some MS docs - on others it is the plain ver
|
||||
const CLSID CLSID_WMP10 = {0x6BF52A50,0x394A,0x11D3,{0xB1,0x53,0x00,0xC0,0x4F,0x79,0xFA,0xA6}};
|
||||
const CLSID CLSID_WMP10ALT = {0x6BF52A52,0x394A,0x11D3,{0xB1,0x53,0x00,0xC0,0x4F,0x79,0xFA,0xA6}};
|
||||
@ -106,6 +107,7 @@ const IID IID_IWMPCore2 = {0xBC17E5B7,0x7561,0x4C18,{0xBB,0x90,0x17,0xD4,0x85,0x
|
||||
const IID IID_IWMPCore3 = {0x7587C667,0x628F,0x499F,{0x88,0xE7,0x6A,0x6F,0x4E,0x88,0x84,0x64}};
|
||||
const IID IID_IWMPNetwork = {0xEC21B779,0xEDEF,0x462D,{0xBB,0xA4,0xAD,0x9D,0xDE,0x2B,0x29,0xA7}};
|
||||
const IID IID_IWMPControls2 = {0x6F030D25,0x0890,0x480F,{0x97, 0x75, 0x1F,0x7E,0x40,0xAB,0x5B,0x8E}};
|
||||
wxCLANG_WARNING_RESTORE(unused-const-variable)
|
||||
|
||||
enum WMPOpenState
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user