Skip to content

Instantly share code, notes, and snippets.

@david0
Last active December 12, 2015 13:06
Show Gist options
  • Save david0/3c66848654c44048bf8d to your computer and use it in GitHub Desktop.
Save david0/3c66848654c44048bf8d to your computer and use it in GitHub Desktop.
Ardour 4.4 + libsigc++-2.6.4 nil bug
2015-12-12 13:54:19 +0100
./waf
install
Waf: Entering directory `/private/tmp/ardour201512/ardour-4.4/build'
[ 1/860] cxx: libs/appleutility/AUOutputBL.cpp -> build/libs/appleutility/AUOutputBL.cpp.1.o
[ 2/860] cxx: libs/appleutility/AUParamInfo.cpp -> build/libs/appleutility/AUParamInfo.cpp.1.o
[ 3/860] cxx: libs/appleutility/CAAudioChannelLayout.cpp -> build/libs/appleutility/CAAudioChannelLayout.cpp.1.o
[ 4/860] cxx: libs/appleutility/CAAudioChannelLayoutObject.cpp -> build/libs/appleutility/CAAudioChannelLayoutObject.cpp.1.o
In file included from ../libs/appleutility/CAAudioChannelLayoutObject.cpp:43:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAReferenceCounted.h:61:18: warning: 'IncrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
void retain() { IncrementAtomic(&mRefCount); }
^
In file included from ../libs/appleutility/CAAudioChannelLayout.cpp:48:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAReferenceCounted.h:61:18: warning: 'IncrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:638:1: note: 'IncrementAtomic' has been explicitly marked deprecated here
void retain() { IncrementAtomic(&mRefCount); }
^
IncrementAtomic(SInt32 * address) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:638:1: note: 'IncrementAtomic' has been explicitly marked deprecated here
In file included from ../libs/appleutility/CAAudioChannelLayoutObject.cpp:43:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAReferenceCounted.h:66:17: warning: 'DecrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
SInt32 rc = DecrementAtomic(&mRefCount);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:671:1: note: 'DecrementAtomic' has been explicitly marked deprecated here
DecrementAtomic(SInt32 * address) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
IncrementAtomic(SInt32 * address) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAAudioChannelLayout.cpp:48:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAReferenceCounted.h:66:17: warning: 'DecrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
SInt32 rc = DecrementAtomic(&mRefCount);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:671:1: note: 'DecrementAtomic' has been explicitly marked deprecated here
DecrementAtomic(SInt32 * address) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/AUParamInfo.cpp:43:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAXException.h:92:4: warning: cast from 'char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
*(UInt32 *)(str + 1) = EndianU32_NtoB(error);
^~~~~~~~~~~~~~~~~~~
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAXException.h:98:24: warning: values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat]
sprintf(str, "%ld", error);
~~~ ^~~~~
%d (int)
../libs/appleutility/CAAudioChannelLayout.cpp:127:34: warning: values of type 'AudioChannelLayoutTag' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
fprintf (file, "\tTag=0x%lX, ", layout->mChannelLayoutTag);
~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~
%X (unsigned int)
../libs/appleutility/CAAudioChannelLayout.cpp:129:42: warning: values of type 'AudioChannelBitmap' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
fprintf (file, "Using Bitmap:0x%lX\n", layout->mChannelBitmap);
~~~ ^~~~~~~~~~~~~~~~~~~~~~
%X (unsigned int)
../libs/appleutility/CAAudioChannelLayout.cpp:131:42: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
fprintf (file, "Num Chan Descs=%ld\n", layout->mNumberChannelDescriptions);
~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
%u (unsigned int)
../libs/appleutility/CAAudioChannelLayout.cpp:134:51: warning: values of type 'AudioChannelLabel' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
fprintf (file, "\t\tLabel=%ld, Flags=0x%lX, ", desc->mChannelLabel, desc->mChannelFlags);
~~~ ^~~~~~~~~~~~~~~~~~~
%u (unsigned int)
../libs/appleutility/CAAudioChannelLayout.cpp:134:72: warning: values of type 'AudioChannelFlags' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
fprintf (file, "\t\tLabel=%ld, Flags=0x%lX, ", desc->mChannelLabel, desc->mChannelFlags);
~~~ ^~~~~~~~~~~~~~~~~~~
%X (unsigned int)
7 warnings generated.
[ 5/860] cxx: libs/appleutility/CAAudioFile.cpp -> build/libs/appleutility/CAAudioFile.cpp.1.o
[ 6/860] cxx: libs/appleutility/CAAudioUnit.cpp -> build/libs/appleutility/CAAudioUnit.cpp.1.o
2 warnings generated.
[ 7/860] cxx: libs/appleutility/CAAUParameter.cpp -> build/libs/appleutility/CAAUParameter.cpp.1.o
2 warnings generated.
[ 8/860] cxx: libs/appleutility/CABufferList.cpp -> build/libs/appleutility/CABufferList.cpp.1.o
../libs/appleutility/CAAUParameter.cpp:113:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "T/F";
^
../libs/appleutility/CAAUParameter.cpp:117:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "%";
^
../libs/appleutility/CAAUParameter.cpp:120:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "Secs";
^
../libs/appleutility/CAAUParameter.cpp:123:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "Samps";
^
../libs/appleutility/CAAUParameter.cpp:127:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "Degr.";
^
../libs/appleutility/CAAUParameter.cpp:130:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "Hz";
^
../libs/appleutility/CAAUParameter.cpp:134:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "Cents";
^
../libs/appleutility/CAAUParameter.cpp:137:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "S-T";
^
../libs/appleutility/CAAUParameter.cpp:141:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "MIDI";
^
../libs/appleutility/CAAUParameter.cpp:146:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "dB";
^
../libs/appleutility/CAAUParameter.cpp:150:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "Gain";
^
../libs/appleutility/CAAUParameter.cpp:153:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "L/R";
^
../libs/appleutility/CAAUParameter.cpp:156:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "Mtrs";
^
../libs/appleutility/CAAUParameter.cpp:159:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "8ve";
^
../libs/appleutility/CAAUParameter.cpp:162:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "BPM";
^
../libs/appleutility/CAAUParameter.cpp:165:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "Beats";
^
../libs/appleutility/CAAUParameter.cpp:168:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "msecs";
^
../libs/appleutility/CAAUParameter.cpp:171:10: warning: ISO C++11 does not allow conversion from string literal to 'char *' [-Wwritable-strings]
str = "ratio";
^
18 warnings generated.
[ 9/860] cxx: libs/appleutility/CACFDictionary.cpp -> build/libs/appleutility/CACFDictionary.cpp.1.o
[ 10/860] cxx: libs/appleutility/CACFNumber.cpp -> build/libs/appleutility/CACFNumber.cpp.1.o
[ 11/860] cxx: libs/appleutility/CACFString.cpp -> build/libs/appleutility/CACFString.cpp.1.o
../libs/appleutility/CACFString.cpp:60:82: warning: cast from 'UInt32 *' (aka 'unsigned int *') to 'CFIndex *' (aka 'long *') increases required alignment from 4 to 8 [-Wcast-align]
CFStringGetBytes(inCFString, theRange, inEncoding, 0, false, NULL, 0x7FFFFFFF, (CFIndex*)&theAnswer);
^~~~~~~~~~~~~~~~~~~~
1 warning generated.
[ 12/860] cxx: libs/appleutility/CAComponent.cpp -> build/libs/appleutility/CAComponent.cpp.1.o
In file included from ../libs/appleutility/CAAudioUnit.cpp:43:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioUnit.h:61:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAComponent.h:53:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAComponentDescription.h:114:30: warning: 'CountComponents' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
int Count() const { return CountComponents(const_cast<CAComponentDescription*>(this)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:487:1: note: 'CountComponents' has been explicitly marked deprecated here
CountComponents(ComponentDescription * looking) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAAudioUnit.cpp:43:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioUnit.h:61:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAComponent.h:96:10: warning: 'OpenAComponent' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
return OpenAComponent (Comp(), &outInst);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:559:1: note: 'OpenAComponent' has been explicitly marked deprecated here
OpenAComponent(
^
In file included from ../libs/appleutility/CAAudioUnit.cpp:43:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioUnit.h:62:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAReferenceCounted.h:61:18: warning: 'IncrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
void retain() { IncrementAtomic(&mRefCount); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:638:1: note: 'IncrementAtomic' has been explicitly marked deprecated here
IncrementAtomic(SInt32 * address) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAAudioUnit.cpp:43:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioUnit.h:62:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAReferenceCounted.h:66:17: warning: 'DecrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
SInt32 rc = DecrementAtomic(&mRefCount);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:671:1: note: 'DecrementAtomic' has been explicitly marked deprecated here
DecrementAtomic(SInt32 * address) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAAudioUnit.cpp:69:28: warning: 'OpenAComponent' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
OSStatus result = ::OpenAComponent (inComp, &mUnit);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:559:1: note: 'OpenAComponent' has been explicitly marked deprecated here
OpenAComponent(
^
../libs/appleutility/CAAudioUnit.cpp:182:27: warning: 'GetComponentInstanceStorage' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
mConnInstanceStorage = GetComponentInstanceStorage(mUnit);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:862:1: note: 'GetComponentInstanceStorage' has been explicitly marked deprecated here
GetComponentInstanceStorage(ComponentInstance aComponentInstance) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAAudioUnit.cpp:202:5: warning: 'CloseComponent' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
::CloseComponent (mUnit);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:593:1: note: 'CloseComponent' has been explicitly marked deprecated here
CloseComponent(ComponentInstance aComponentInstance) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CABufferList.cpp:43:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CABufferList.h:105:59: warning: cast from 'const UInt32 *' (aka 'const unsigned int *') to 'AudioBufferList *' increases required alignment from 4 to 8 [-Wcast-align]
const AudioBufferList & GetBufferList() const { return *(AudioBufferList *)&mNumberBuffers; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CABufferList.h:284:47: warning: cast from 'UInt32 *' (aka 'unsigned int *') to 'AudioBufferList *' increases required alignment from 4 to 8 [-Wcast-align]
AudioBufferList & _GetBufferList() { return *(AudioBufferList *)&mNumberBuffers; } // use with care
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/appleutility/CABufferList.cpp:135:4: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
i, buf->mNumberChannels, buf->mDataByteSize, buf->mData);
^
../libs/appleutility/CABufferList.cpp:135:7: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
i, buf->mNumberChannels, buf->mDataByteSize, buf->mData);
^~~~~~~~~~~~~~~~~~~~
../libs/appleutility/CABufferList.cpp:135:29: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
i, buf->mNumberChannels, buf->mDataByteSize, buf->mData);
^~~~~~~~~~~~~~~~~~
../libs/appleutility/CABufferList.cpp:142:24: warning: cast from 'Byte *' (aka 'unsigned char *') to 'Float32 *' (aka 'float *') increases required alignment from 1 to 4 [-Wcast-align]
printf(" %6.3f", *(Float32 *)p);
^~~~~~~~~~~~
../libs/appleutility/CABufferList.cpp:151:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
printf(" %04X", EndianU16_BtoN(*(UInt16 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:207:62: note: expanded from macro 'EndianU16_BtoN'
#define EndianU16_BtoN(value) EndianU16_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:227:69: note: expanded from macro 'EndianU16_BtoL'
#define EndianU16_BtoL(value) ((UInt16)Endian16_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:91:67: note: expanded from macro 'Endian16_Swap'
#define Endian16_Swap(value) (UInt16) (__builtin_constant_p(value) ? OSSwapConstInt16(value) : OSSwapInt16(value))
^
../libs/appleutility/CABufferList.cpp:151:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
printf(" %04X", EndianU16_BtoN(*(UInt16 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:207:62: note: expanded from macro 'EndianU16_BtoN'
#define EndianU16_BtoN(value) EndianU16_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:227:69: note: expanded from macro 'EndianU16_BtoL'
#define EndianU16_BtoL(value) ((UInt16)Endian16_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:91:93: note: expanded from macro 'Endian16_Swap'
#define Endian16_Swap(value) (UInt16) (__builtin_constant_p(value) ? OSSwapConstInt16(value) : OSSwapInt16(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:36:55: note: expanded from macro 'OSSwapConstInt16'
#define OSSwapConstInt16(x) __DARWIN_OSSwapConstInt16(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:44:34: note: expanded from macro '__DARWIN_OSSwapConstInt16'
((__uint16_t)((((__uint16_t)(x) & 0xff00) >> 8) | \
^
../libs/appleutility/CABufferList.cpp:151:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
printf(" %04X", EndianU16_BtoN(*(UInt16 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:207:62: note: expanded from macro 'EndianU16_BtoN'
#define EndianU16_BtoN(value) EndianU16_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:227:69: note: expanded from macro 'EndianU16_BtoL'
#define EndianU16_BtoL(value) ((UInt16)Endian16_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:91:93: note: expanded from macro 'Endian16_Swap'
#define Endian16_Swap(value) (UInt16) (__builtin_constant_p(value) ? OSSwapConstInt16(value) : OSSwapInt16(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:36:55: note: expanded from macro 'OSSwapConstInt16'
#define OSSwapConstInt16(x) __DARWIN_OSSwapConstInt16(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:45:32: note: expanded from macro '__DARWIN_OSSwapConstInt16'
(((__uint16_t)(x) & 0x00ff) << 8)))
^
../libs/appleutility/CABufferList.cpp:151:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
printf(" %04X", EndianU16_BtoN(*(UInt16 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:207:62: note: expanded from macro 'EndianU16_BtoN'
#define EndianU16_BtoN(value) EndianU16_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:227:69: note: expanded from macro 'EndianU16_BtoL'
#define EndianU16_BtoL(value) ((UInt16)Endian16_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:91:114: note: expanded from macro 'Endian16_Swap'
#define Endian16_Swap(value) (UInt16) (__builtin_constant_p(value) ? OSSwapConstInt16(value) : OSSwapInt16(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:54:45: note: expanded from macro 'OSSwapInt16'
#define OSSwapInt16(x) __DARWIN_OSSwapInt16(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:72:40: note: expanded from macro '__DARWIN_OSSwapInt16'
((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
^
../libs/appleutility/CABufferList.cpp:151:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
printf(" %04X", EndianU16_BtoN(*(UInt16 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:207:62: note: expanded from macro 'EndianU16_BtoN'
#define EndianU16_BtoN(value) EndianU16_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:227:69: note: expanded from macro 'EndianU16_BtoL'
#define EndianU16_BtoL(value) ((UInt16)Endian16_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:91:114: note: expanded from macro 'Endian16_Swap'
#define Endian16_Swap(value) (UInt16) (__builtin_constant_p(value) ? OSSwapConstInt16(value) : OSSwapInt16(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:54:45: note: expanded from macro 'OSSwapInt16'
#define OSSwapInt16(x) __DARWIN_OSSwapInt16(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:72:71: note: expanded from macro '__DARWIN_OSSwapInt16'
((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:44:34: note: expanded from macro '__DARWIN_OSSwapConstInt16'
((__uint16_t)((((__uint16_t)(x) & 0xff00) >> 8) | \
^
../libs/appleutility/CABufferList.cpp:151:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
printf(" %04X", EndianU16_BtoN(*(UInt16 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:207:62: note: expanded from macro 'EndianU16_BtoN'
#define EndianU16_BtoN(value) EndianU16_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:227:69: note: expanded from macro 'EndianU16_BtoL'
#define EndianU16_BtoL(value) ((UInt16)Endian16_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:91:114: note: expanded from macro 'Endian16_Swap'
#define Endian16_Swap(value) (UInt16) (__builtin_constant_p(value) ? OSSwapConstInt16(value) : OSSwapInt16(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:54:45: note: expanded from macro 'OSSwapInt16'
#define OSSwapInt16(x) __DARWIN_OSSwapInt16(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:72:71: note: expanded from macro '__DARWIN_OSSwapInt16'
((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:45:32: note: expanded from macro '__DARWIN_OSSwapConstInt16'
(((__uint16_t)(x) & 0x00ff) << 8)))
^
../libs/appleutility/CABufferList.cpp:151:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
printf(" %04X", EndianU16_BtoN(*(UInt16 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:207:62: note: expanded from macro 'EndianU16_BtoN'
#define EndianU16_BtoN(value) EndianU16_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:227:69: note: expanded from macro 'EndianU16_BtoL'
#define EndianU16_BtoL(value) ((UInt16)Endian16_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:91:114: note: expanded from macro 'Endian16_Swap'
#define Endian16_Swap(value) (UInt16) (__builtin_constant_p(value) ? OSSwapConstInt16(value) : OSSwapInt16(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:54:45: note: expanded from macro 'OSSwapInt16'
#define OSSwapInt16(x) __DARWIN_OSSwapInt16(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:72:89: note: expanded from macro '__DARWIN_OSSwapInt16'
((__uint16_t)(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt16(x) : _OSSwapInt16(x)))
^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
#define EndianU32_BtoN(value) EndianU32_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value) ((UInt32)Endian32_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:66: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value) (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
#define EndianU32_BtoN(value) EndianU32_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value) ((UInt32)Endian32_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:92: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value) (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:37:55: note: expanded from macro 'OSSwapConstInt32'
#define OSSwapConstInt32(x) __DARWIN_OSSwapConstInt32(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:48:34: note: expanded from macro '__DARWIN_OSSwapConstInt32'
((__uint32_t)((((__uint32_t)(x) & 0xff000000) >> 24) | \
^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
#define EndianU32_BtoN(value) EndianU32_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value) ((UInt32)Endian32_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:92: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value) (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:37:55: note: expanded from macro 'OSSwapConstInt32'
#define OSSwapConstInt32(x) __DARWIN_OSSwapConstInt32(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:49:32: note: expanded from macro '__DARWIN_OSSwapConstInt32'
(((__uint32_t)(x) & 0x00ff0000) >> 8) | \
^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
#define EndianU32_BtoN(value) EndianU32_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value) ((UInt32)Endian32_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:92: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value) (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:37:55: note: expanded from macro 'OSSwapConstInt32'
#define OSSwapConstInt32(x) __DARWIN_OSSwapConstInt32(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:50:32: note: expanded from macro '__DARWIN_OSSwapConstInt32'
(((__uint32_t)(x) & 0x0000ff00) << 8) | \
^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
#define EndianU32_BtoN(value) EndianU32_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value) ((UInt32)Endian32_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:92: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value) (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:37:55: note: expanded from macro 'OSSwapConstInt32'
#define OSSwapConstInt32(x) __DARWIN_OSSwapConstInt32(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:51:32: note: expanded from macro '__DARWIN_OSSwapConstInt32'
(((__uint32_t)(x) & 0x000000ff) << 24)))
^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
#define EndianU32_BtoN(value) EndianU32_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value) ((UInt32)Endian32_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:113: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value) (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:55:45: note: expanded from macro 'OSSwapInt32'
#define OSSwapInt32(x) __DARWIN_OSSwapInt32(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:75:27: note: expanded from macro '__DARWIN_OSSwapInt32'
(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
#define EndianU32_BtoN(value) EndianU32_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value) ((UInt32)Endian32_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:113: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value) (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:55:45: note: expanded from macro 'OSSwapInt32'
#define OSSwapInt32(x) __DARWIN_OSSwapInt32(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:75:58: note: expanded from macro '__DARWIN_OSSwapInt32'
(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:48:34: note: expanded from macro '__DARWIN_OSSwapConstInt32'
((__uint32_t)((((__uint32_t)(x) & 0xff000000) >> 24) | \
^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
#define EndianU32_BtoN(value) EndianU32_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value) ((UInt32)Endian32_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:113: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value) (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:55:45: note: expanded from macro 'OSSwapInt32'
#define OSSwapInt32(x) __DARWIN_OSSwapInt32(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:75:58: note: expanded from macro '__DARWIN_OSSwapInt32'
(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:49:32: note: expanded from macro '__DARWIN_OSSwapConstInt32'
(((__uint32_t)(x) & 0x00ff0000) >> 8) | \
^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
#define EndianU32_BtoN(value) EndianU32_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value) ((UInt32)Endian32_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:113: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value) (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:55:45: note: expanded from macro 'OSSwapInt32'
#define OSSwapInt32(x) __DARWIN_OSSwapInt32(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:75:58: note: expanded from macro '__DARWIN_OSSwapInt32'
(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:50:32: note: expanded from macro '__DARWIN_OSSwapConstInt32'
(((__uint32_t)(x) & 0x0000ff00) << 8) | \
^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
#define EndianU32_BtoN(value) EndianU32_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value) ((UInt32)Endian32_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:113: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value) (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:55:45: note: expanded from macro 'OSSwapInt32'
#define OSSwapInt32(x) __DARWIN_OSSwapInt32(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:75:58: note: expanded from macro '__DARWIN_OSSwapInt32'
(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:51:32: note: expanded from macro '__DARWIN_OSSwapConstInt32'
(((__uint32_t)(x) & 0x000000ff) << 24)))
^
../libs/appleutility/CABufferList.cpp:159:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:62: note: expanded from macro 'EndianU32_BtoN'
#define EndianU32_BtoN(value) EndianU32_BtoL(value)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:69: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value) ((UInt32)Endian32_Swap(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:92:113: note: expanded from macro 'Endian32_Swap'
#define Endian32_Swap(value) (UInt32) (__builtin_constant_p(value) ? OSSwapConstInt32(value) : OSSwapInt32(value))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/OSByteOrder.h:55:45: note: expanded from macro 'OSSwapInt32'
#define OSSwapInt32(x) __DARWIN_OSSwapInt32(x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libkern/_OSByteOrder.h:75:76: note: expanded from macro '__DARWIN_OSSwapInt32'
(__builtin_constant_p(x) ? __DARWIN_OSSwapConstInt32(x) : _OSSwapInt32(x))
^
../libs/appleutility/CABufferList.cpp:159:23: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
printf(" %08lX", EndianU32_BtoN(*(UInt32 *)p));
~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
%08X (unsigned int)
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:211:47: note: expanded from macro 'EndianU32_BtoN'
#define EndianU32_BtoN(value) EndianU32_BtoL(value)
^~~~~~~~~~~~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:231:46: note: expanded from macro 'EndianU32_BtoL'
#define EndianU32_BtoL(value) ((UInt32)Endian32_Swap(value))
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/appleutility/CABufferList.cpp:163:38: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt16 *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
printf(" %04X", EndianU16_LtoN(*(UInt16 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:174:50: note: expanded from macro 'EndianU16_LtoN'
#define EndianU16_LtoN(value) (value)
^
../libs/appleutility/CABufferList.cpp:171:39: warning: cast from 'Byte *' (aka 'unsigned char *') to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
printf(" %08lX", EndianU32_LtoN(*(UInt32 *)p));
^~~~~~~~~~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:178:50: note: expanded from macro 'EndianU32_LtoN'
#define EndianU32_LtoN(value) (value)
^
../libs/appleutility/CABufferList.cpp:171:23: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
printf(" %08lX", EndianU32_LtoN(*(UInt32 *)p));
~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
%08X (unsigned int)
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Endian.h:178:49: note: expanded from macro 'EndianU32_LtoN'
#define EndianU32_LtoN(value) (value)
^~~~~~~
28 warnings generated.
[ 13/860] cxx: libs/appleutility/CAComponentDescription.cpp -> build/libs/appleutility/CAComponentDescription.cpp.1.o
7 warnings generated.
[ 14/860] cxx: libs/appleutility/CADebugMacros.cpp -> build/libs/appleutility/CADebugMacros.cpp.1.o
[ 15/860] cxx: libs/appleutility/CAStreamBasicDescription.cpp -> build/libs/appleutility/CAStreamBasicDescription.cpp.1.o
In file included from ../libs/appleutility/CAAudioFile.cpp:43:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioFile.h:56:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CABufferList.h:105:59: warning: cast from 'const UInt32 *' (aka 'const unsigned int *') to 'AudioBufferList *' increases required alignment from 4 to 8 [-Wcast-align]
const AudioBufferList & GetBufferList() const { return *(AudioBufferList *)&mNumberBuffers; }
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CABufferList.h:284:47: warning: cast from 'UInt32 *' (aka 'unsigned int *') to 'AudioBufferList *' increases required alignment from 4 to 8 [-Wcast-align]
AudioBufferList & _GetBufferList() { return *(AudioBufferList *)&mNumberBuffers; } // use with care
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../libs/appleutility/CAAudioFile.cpp:43:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioFile.h:57:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAReferenceCounted.h:61:18: warning: 'IncrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
void retain() { IncrementAtomic(&mRefCount); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:638:1: note: 'IncrementAtomic' has been explicitly marked deprecated here
IncrementAtomic(SInt32 * address) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAAudioFile.cpp:43:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioFile.h:57:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioChannelLayout.h:62:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAReferenceCounted.h:66:17: warning: 'DecrementAtomic' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
SInt32 rc = DecrementAtomic(&mRefCount);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/DriverSynchronization.h:671:1: note: 'DecrementAtomic' has been explicitly marked deprecated here
DecrementAtomic(SInt32 * address) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAAudioFile.cpp:43:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioFile.h:58:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAXException.h:92:4: warning: cast from 'char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
*(UInt32 *)(str + 1) = EndianU32_NtoB(error);
^~~~~~~~~~~~~~~~~~~
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAXException.h:98:24: warning: values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat]
sprintf(str, "%ld", error);
~~~ ^~~~~
%d (int)
In file included from ../libs/appleutility/CAAudioFile.cpp:43:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioFile.h:103:17: warning: 'FSPathMakeRef' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
XThrowIfError(FSPathMakeRef((UInt8 *)filePath, &fsref, NULL), "locate audio file");
^
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAXException.h:139:21: note: expanded from macro 'XThrowIfError'
OSStatus __err = error; \
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:4115:18: note: 'FSPathMakeRef' has been explicitly marked deprecated here
extern OSStatus FSPathMakeRef(const UInt8 *path, FSRef *ref, Boolean *isDirectory) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAAudioFile.cpp:43:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioFile.h:123:17: warning: 'ExtAudioFileOpen' is deprecated: first deprecated in OS X 10.6 [-Wdeprecated-declarations]
XThrowIfError(ExtAudioFileOpen(&fsref, &mExtAF), "ExtAudioFileOpen failed");
^
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAXException.h:139:21: note: expanded from macro 'XThrowIfError'
OSStatus __err = error; \
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/ExtendedAudioFile.h:299:1: note: 'ExtAudioFileOpen' has been explicitly marked deprecated here
ExtAudioFileOpen( const struct FSRef * inFSRef,
^
In file included from ../libs/appleutility/CAAudioFile.cpp:43:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAAudioFile.h:127:17: warning: 'ExtAudioFileCreateNew' is deprecated: first deprecated in OS X 10.6 [-Wdeprecated-declarations]
XThrowIfError(ExtAudioFileCreateNew(&inParentDir, inFileName, inFileType, &inStreamDesc, inChannelLayout, &mExtAF), "ExtAudioFileCreateNew failed");
^
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAXException.h:139:21: note: expanded from macro 'XThrowIfError'
OSStatus __err = error; \
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/AudioToolbox.framework/Headers/ExtendedAudioFile.h:331:1: note: 'ExtAudioFileCreateNew' has been explicitly marked deprecated here
ExtAudioFileCreateNew( const struct FSRef * inParentDir,
^
9 warnings generated.
[ 16/860] cxx: libs/appleutility/CAXException.cpp -> build/libs/appleutility/CAXException.cpp.1.o
In file included from ../libs/appleutility/CAComponent.cpp:43:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAComponent.h:53:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAComponentDescription.h:114:30: warning: 'CountComponents' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
int Count() const { return CountComponents(const_cast<CAComponentDescription*>(this)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:487:1: note: 'CountComponents' has been explicitly marked deprecated here
CountComponents(ComponentDescription * looking) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
In file included from ../libs/appleutility/CAComponent.cpp:43:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAComponent.h:96:10: warning: 'OpenAComponent' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
return OpenAComponent (Comp(), &outInst);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:559:1: note: 'OpenAComponent' has been explicitly marked deprecated here
OpenAComponent(
^
../libs/appleutility/CAComponent.cpp:51:10: warning: 'FindNextComponent' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
mComp = FindNextComponent ((next ? next->Comp() : NULL), const_cast<ComponentDescription*>(&inDesc));
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:469:1: note: 'FindNextComponent' has been explicitly marked deprecated here
FindNextComponent(
^
../libs/appleutility/CAComponent.cpp:53:3: warning: 'GetComponentInfo' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
GetComponentInfo (Comp(), &mDesc, NULL, NULL, NULL);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:503:1: note: 'GetComponentInfo' has been explicitly marked deprecated here
GetComponentInfo(
^
../libs/appleutility/CAComponent.cpp:65:2: warning: 'GetComponentInfo' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
GetComponentInfo (Comp(), &mDesc, NULL, NULL, NULL);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:503:1: note: 'GetComponentInfo' has been explicitly marked deprecated here
GetComponentInfo(
^
../libs/appleutility/CAComponent.cpp:75:2: warning: 'GetComponentInfo' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
GetComponentInfo (Comp(), &mDesc, NULL, NULL, NULL);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:503:1: note: 'GetComponentInfo' has been explicitly marked deprecated here
GetComponentInfo(
^
../libs/appleutility/CAComponent.cpp:82:10: warning: 'FindNextComponent' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
mComp = FindNextComponent (NULL, &mDesc);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:469:1: note: 'FindNextComponent' has been explicitly marked deprecated here
FindNextComponent(
^
../libs/appleutility/CAComponent.cpp:83:2: warning: 'GetComponentInfo' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
GetComponentInfo (Comp(), &mDesc, NULL, NULL, NULL);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:503:1: note: 'GetComponentInfo' has been explicitly marked deprecated here
GetComponentInfo(
^
../libs/appleutility/CAComponent.cpp:98:17: warning: 'CurResFile' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
short curRes = CurResFile();
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:178:1: note: 'CurResFile' has been explicitly marked deprecated here
CurResFile(void) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:99:26: warning: 'OpenAComponentResFile' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
require_noerr (result = OpenAComponentResFile( mComp, &componentResFileID), home);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/AssertMacros.h:1319:69: note: expanded from macro 'require_noerr'
#define require_noerr(errorCode, exceptionLabel) __Require_noErr(errorCode, exceptionLabel)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/AssertMacros.h:955:34: note: expanded from macro '__Require_noErr'
if ( __builtin_expect(0 != (errorCode), 0) ) \
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:784:1: note: 'OpenAComponentResFile' has been explicitly marked deprecated here
OpenAComponentResFile(
^
../libs/appleutility/CAComponent.cpp:102:2: warning: 'UseResFile' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
UseResFile(componentResFileID);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:208:1: note: 'UseResFile' has been explicitly marked deprecated here
UseResFile(ResFileRefNum refNum) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:104:22: warning: 'Count1Resources' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
thngResourceCount = Count1Resources(kComponentResourceType);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:317:1: note: 'Count1Resources' has been explicitly marked deprecated here
Count1Resources(ResType theType) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:106:26: warning: 'ResError' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
require_noerr (result = ResError(), home);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/AssertMacros.h:1319:69: note: expanded from macro 'require_noerr'
#define require_noerr(errorCode, exceptionLabel) __Require_noErr(errorCode, exceptionLabel)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/AssertMacros.h:955:34: note: expanded from macro '__Require_noErr'
if ( __builtin_expect(0 != (errorCode), 0) ) \
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:163:1: note: 'ResError' has been explicitly marked deprecated here
ResError(void) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:115:31: warning: 'Get1IndResource' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
Handle thngResourceHandle = Get1IndResource(kComponentResourceType, i+1);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:349:1: note: 'Get1IndResource' has been explicitly marked deprecated here
Get1IndResource(
^
../libs/appleutility/CAComponent.cpp:118:15: warning: 'GetHandleSize' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
if (UInt32(GetHandleSize(thngResourceHandle)) >= sizeof(ExtComponentResource))
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1356:1: note: 'GetHandleSize' has been explicitly marked deprecated here
GetHandleSize(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:120:44: warning: cast from 'Ptr' (aka 'char *') to 'ExtComponentResource *' increases required alignment from 1 to 2 [-Wcast-align]
ExtComponentResource * componentThng = (ExtComponentResource*) (*thngResourceHandle);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/appleutility/CAComponent.cpp:132:4: warning: 'ReleaseResource' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
ReleaseResource(thngResourceHandle);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:452:1: note: 'ReleaseResource' has been explicitly marked deprecated here
ReleaseResource(Handle theResource) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:139:2: warning: 'UseResFile' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
UseResFile(curRes); // revert
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Resources.h:208:1: note: 'UseResFile' has been explicitly marked deprecated here
UseResFile(ResFileRefNum refNum) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:142:3: warning: 'CloseComponentResFile' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
CloseComponentResFile(componentResFileID);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:802:1: note: 'CloseComponentResFile' has been explicitly marked deprecated here
CloseComponentResFile(ResFileRefNum refnum) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:174:15: warning: 'NewHandle' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
Handle h1 = NewHandle(4);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:451:1: note: 'NewHandle' has been explicitly marked deprecated here
NewHandle(Size byteCount) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:176:18: warning: 'GetComponentInfo' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
OSStatus err = GetComponentInfo (Comp(), &desc, h1, 0, 0);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:503:1: note: 'GetComponentInfo' has been explicitly marked deprecated here
GetComponentInfo(
^
../libs/appleutility/CAComponent.cpp:178:14: warning: 'DisposeHandle' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
if (err) { DisposeHandle(h1); return; }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1278:1: note: 'DisposeHandle' has been explicitly marked deprecated here
DisposeHandle(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:180:3: warning: 'HLock' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
HLock(h1);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:725:1: note: 'HLock' has been explicitly marked deprecated here
HLock(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:213:3: warning: 'DisposeHandle' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
DisposeHandle (h1);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1278:1: note: 'DisposeHandle' has been explicitly marked deprecated here
DisposeHandle(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:220:15: warning: 'NewHandle' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
Handle h1 = NewHandle(4);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:451:1: note: 'NewHandle' has been explicitly marked deprecated here
NewHandle(Size byteCount) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:222:18: warning: 'GetComponentInfo' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
OSStatus err = GetComponentInfo (Comp(), &desc, 0, h1, 0);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:503:1: note: 'GetComponentInfo' has been explicitly marked deprecated here
GetComponentInfo(
^
../libs/appleutility/CAComponent.cpp:224:3: warning: 'HLock' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
HLock (h1);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:725:1: note: 'HLock' has been explicitly marked deprecated here
HLock(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponent.cpp:227:3: warning: 'DisposeHandle' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
DisposeHandle (h1);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:1278:1: note: 'DisposeHandle' has been explicitly marked deprecated here
DisposeHandle(Handle h) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAStreamBasicDescription.cpp:77:3: warning: cast from 'char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
*(UInt32 *)formatID = CFSwapInt32HostToBig(mFormatID);
^~~~~~~~~~~~~~~~~~
../libs/appleutility/CAStreamBasicDescription.cpp:80:5: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
NumberChannels(), mSampleRate, formatID,
^~~~~~~~~~~~~~~~
../libs/appleutility/CAStreamBasicDescription.cpp:81:5: warning: values of type 'AudioFormatFlags' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
mFormatFlags);
^~~~~~~~~~~~
../libs/appleutility/CAStreamBasicDescription.cpp:104:4: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
mBitsPerChannel, endian, sign, floatInt,
^~~~~~~~~~~~~~~
../libs/appleutility/CAStreamBasicDescription.cpp:128:37: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
fprintf(f, "%ld frames/packet\n", mFramesPerPacket);
~~~ ^~~~~~~~~~~~~~~~
%u (unsigned int)
../libs/appleutility/CAStreamBasicDescription.cpp:132:4: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
mBitsPerChannel, mBytesPerPacket, mFramesPerPacket, mBytesPerFrame);
^~~~~~~~~~~~~~~
../libs/appleutility/CAStreamBasicDescription.cpp:132:21: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
mBitsPerChannel, mBytesPerPacket, mFramesPerPacket, mBytesPerFrame);
^~~~~~~~~~~~~~~
../libs/appleutility/CAStreamBasicDescription.cpp:132:38: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
mBitsPerChannel, mBytesPerPacket, mFramesPerPacket, mBytesPerFrame);
^~~~~~~~~~~~~~~~
../libs/appleutility/CAStreamBasicDescription.cpp:132:56: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
mBitsPerChannel, mBytesPerPacket, mFramesPerPacket, mBytesPerFrame);
^~~~~~~~~~~~~~
28 warnings generated.
[ 17/860] c: libs/clearlooks-newer/animation.c -> build/libs/clearlooks-newer/animation.c.1.o
9 warnings generated.
[ 18/860] c: libs/clearlooks-newer/cairo-support.c -> build/libs/clearlooks-newer/cairo-support.c.1.o
In file included from ../libs/appleutility/CAComponentDescription.cpp:43:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAComponentDescription.h:114:30: warning: 'CountComponents' is deprecated: first deprecated in OS X 10.8 [-Wdeprecated-declarations]
int Count() const { return CountComponents(const_cast<CAComponentDescription*>(this)); }
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Components.h:487:1: note: 'CountComponents' has been explicitly marked deprecated here
CountComponents(ComponentDescription * looking) __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0, __MAC_10_8, __IPHONE_NA, __IPHONE_NA);
^
../libs/appleutility/CAComponentDescription.cpp:55:3: warning: cast from 'unsigned char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
*(UInt32 *)str = EndianU32_NtoB(t);
^~~~~~~~~~~~~
../libs/appleutility/CAComponentDescription.cpp:77:38: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
fprintf (file, ", 0x%lX, 0x%lX\n", desc->componentFlags, desc->componentFlagsMask);
~~~ ^~~~~~~~~~~~~~~~~~~~
%X (unsigned int)
../libs/appleutility/CAComponentDescription.cpp:77:60: warning: values of type 'UInt32' should not be used as format arguments; add an explicit cast to 'unsigned int' instead [-Wformat]
fprintf (file, ", 0x%lX, 0x%lX\n", desc->componentFlags, desc->componentFlagsMask);
~~~ ^~~~~~~~~~~~~~~~~~~~~~~~
%X (unsigned int)
4 warnings generated.
[ 19/860] c: libs/clearlooks-newer/clearlooks_draw.c -> build/libs/clearlooks-newer/clearlooks_draw.c.1.o
In file included from ../libs/clearlooks-newer/animation.c:27:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/animation.h:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
In file included from ../libs/clearlooks-newer/cairo-support.c:3:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h
:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
In file included from ../libs/clearlooks-newer/animation.c:27:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/animation.h:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h
: ^1567
:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: 44expanded from macro '_G_TYPE_CIC':
note: expanded from macro '_G_TYPE_CIT'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
In file included from ../libs/clearlooks-newer/cairo-support.c:3:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
In file included from ../libs/clearlooks-newer/animation.c:27:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/animation.h:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h1569::221812::44 :note : noteexpanded from macro 'G_DECLARE_INTERFACE':
expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct) ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
^
In file included from ../libs/clearlooks-newer/cairo-support.c:3:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct) ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
^
In file included from ../libs/clearlooks-newer/animation.c:27:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/animation.h:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
In file included from ../libs/clearlooks-newer/cairo-support.c:3:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h
: ^36
:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
In file included from ../libs/clearlooks-newer/animation.c:27:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/animation.h:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
expanded from macro 'G_DECLARE_FINAL_TYPE'
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
In file included from ../libs/clearlooks-newer/cairo-support.c:3:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
In file included from ../libs/appleutility/CAXException.cpp:43:
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAXException.h:92:4: warning: cast from 'char *' to 'UInt32 *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
*(UInt32 *)(str + 1) = EndianU32_NtoB(error);
^~~~~~~~~~~~~~~~~~~
/private/tmp/ardour201512/ardour-4.4/libs/appleutility/CAXException.h:98:24: warning: values of type 'OSStatus' should not be used as format arguments; add an explicit cast to 'int' instead [-Wformat]
sprintf(str, "%ld", error);
~~~ ^~~~~
%d (int)
2 warnings generated.
[ 20/860] c: libs/clearlooks-newer/clearlooks_draw_glossy.c -> build/libs/clearlooks-newer/clearlooks_draw_glossy.c.1.o
In file included from ../libs/clearlooks-newer/clearlooks_draw.c:24:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_draw.c:24:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
In file included from ../libs/clearlooks-newer/clearlooks_draw.c:24:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct) ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_draw.c:24:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_draw.c:24:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
../libs/clearlooks-newer/animation.c:145:31: warning: cast from 'const struct _GtkWidget *' to 'struct _GtkWidget *' drops const qualifier [-Wcast-qual]
value->widget = (GtkWidget*) widget;
^
../libs/clearlooks-newer/animation.c:151:21: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
g_object_weak_ref (G_OBJECT (widget), on_animated_widget_destruction, value);
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gobject.h:51:38: note: expanded from macro 'G_OBJECT'
#define G_OBJECT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), G_TYPE_OBJECT, GObject))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
../libs/clearlooks-newer/animation.c:152:54: warning: cast from 'const struct _GtkWidget *' to 'struct _GtkWidget *' drops const qualifier [-Wcast-qual]
g_hash_table_insert (animated_widgets, (GtkWidget*) widget, value);
^
8 warnings generated.
[ 21/860] c: libs/clearlooks-newer/clearlooks_draw_gummy.c -> build/libs/clearlooks-newer/clearlooks_draw_gummy.c.1.o
5 warnings generated.
[ 22/860] c: libs/clearlooks-newer/clearlooks_draw_inverted.c -> build/libs/clearlooks-newer/clearlooks_draw_inverted.c.1.o
In file included from ../libs/clearlooks-newer/clearlooks_draw_glossy.c:27:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_draw_glossy.c:27:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
In file included from ../libs/clearlooks-newer/clearlooks_draw_glossy.c:27:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct) ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_draw_glossy.c:27:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_draw_glossy.c:27:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
../libs/clearlooks-newer/clearlooks_draw.c:1428:45: warning: implicit conversion from 'double' to 'int' changes value from 1.5 to 1 [-Wliteral-conversion]
1.5, 4.0, 2, height-8.0);
^~~
In file included from ../libs/clearlooks-newer/clearlooks_draw_gummy.c:22:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_draw_gummy.c:22:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
In file included from ../libs/clearlooks-newer/clearlooks_draw_gummy.c:22:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct) ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_draw_gummy.c:22:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_draw_gummy.c:22:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
6 warnings generated.
[ 23/860] c: libs/clearlooks-newer/clearlooks_rc_style.c -> build/libs/clearlooks-newer/clearlooks_rc_style.c.1.o
In file included from ../libs/clearlooks-newer/clearlooks_draw_inverted.c:22:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_draw_inverted.c:22:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
In file included from ../libs/clearlooks-newer/clearlooks_draw_inverted.c:22:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct) ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_draw_inverted.c:22:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_draw_inverted.c:22:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_draw.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_types.h:4:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/ge-support.h:5:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/cairo-support.h:3:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
../libs/clearlooks-newer/clearlooks_draw_glossy.c:1080:45: warning: implicit conversion from 'double' to 'int' changes value from 1.5 to 1 [-Wliteral-conversion]
1.5, 4.0, 2, height-8.0);
^~~
6 warnings generated.
[ 24/860] c: libs/clearlooks-newer/clearlooks_style.c -> build/libs/clearlooks-newer/clearlooks_style.c.1.o
../libs/clearlooks-newer/clearlooks_draw_inverted.c:734:45: warning: implicit conversion from 'double' to 'int' changes value from 1.5 to 1 [-Wliteral-conversion]
1.5, 4.0, 2, height-8.0);
^~~
../libs/clearlooks-newer/clearlooks_draw_gummy.c:1154:45: warning: implicit conversion from 'double' to 'int' changes value from 1.5 to 1 [-Wliteral-conversion]
1.5, 4.0, 2, height-8.0);
^~~
In file included from ../libs/clearlooks-newer/clearlooks_rc_style.c:25:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:24:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkstyle.h:35:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_rc_style.c:25:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:24:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkstyle.h:35:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
In file included from ../libs/clearlooks-newer/clearlooks_rc_style.c:25:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:24:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkstyle.h:35:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct) ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_rc_style.c:25:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:24:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkstyle.h:35:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_rc_style.c:25:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:24:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkstyle.h:35:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
6 warnings generated.
[ 25/860] c: libs/clearlooks-newer/clearlooks_theme_main.c -> build/libs/clearlooks-newer/clearlooks_theme_main.c.1.o
6 warnings generated.
In file included from ../libs/clearlooks-newer/clearlooks_style.c:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_style.c:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
In file included from ../libs/clearlooks-newer/clearlooks_style.c:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct) ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_style.c:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_style.c:22:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
[ 26/860] c: libs/clearlooks-newer/support.c -> build/libs/clearlooks-newer/support.c.1.o
5 warnings generated.
[ 27/860] c: libs/clearlooks-newer/widget-information.c -> build/libs/clearlooks-newer/widget-information.c.1.o
In file included from ../libs/clearlooks-newer/clearlooks_theme_main.c:2:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_theme_main.c:2:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
In file included from ../libs/clearlooks-newer/clearlooks_theme_main.c:2:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct) ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_theme_main.c:2:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/clearlooks_theme_main.c:2:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
../libs/clearlooks-newer/clearlooks_style.c:64:70: warning: cast from 'const struct _GtkStyle *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
params->style_functions = &(clearlooks_style_class->style_functions[CLEARLOOKS_STYLE (style)->style]);
^
/private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:38:45: note: expanded from macro 'CLEARLOOKS_STYLE'
#define CLEARLOOKS_STYLE(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), CLEARLOOKS_TYPE_STYLE, ClearlooksStyle))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
../libs/clearlooks-newer/clearlooks_style.c:71:54: warning: cast from 'const struct _GtkWidget *' to 'struct _GtkWidget *' drops const qualifier [-Wcast-qual]
params->ltr = ge_widget_is_ltr ((GtkWidget*)widget);
^
../libs/clearlooks-newer/clearlooks_style.c:72:34: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
params->focus = widget && GTK_WIDGET_HAS_FOCUS (widget);
^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:338:39: note: expanded from macro 'GTK_WIDGET_HAS_FOCUS'
#define GTK_WIDGET_HAS_FOCUS(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_HAS_FOCUS) != 0)
^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:204:35: note: expanded from macro 'GTK_WIDGET_FLAGS'
#define GTK_WIDGET_FLAGS(wid) (GTK_OBJECT_FLAGS (wid))
^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkobject.h:93:35: note: expanded from macro 'GTK_OBJECT_FLAGS'
#define GTK_OBJECT_FLAGS(obj) (GTK_OBJECT (obj)->flags)
^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkobject.h:48:39: note: expanded from macro 'GTK_OBJECT'
#define GTK_OBJECT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GTK_TYPE_OBJECT, GtkObject))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
../libs/clearlooks-newer/clearlooks_style.c:73:34: warning: cast from 'const struct _GtkWidget *' to 'struct _GObject *' drops const qualifier [-Wcast-qual]
params->is_default = widget && GE_WIDGET_HAS_DEFAULT (widget);
^
/private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/widget-information.h:74:52: note: expanded from macro 'GE_WIDGET_HAS_DEFAULT'
#define GE_WIDGET_HAS_DEFAULT(object) ((object) && GE_IS_WIDGET(object) && GTK_WIDGET_HAS_DEFAULT(object))
^
/private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/widget-information.h:7:70: note: expanded from macro 'GE_IS_WIDGET'
#define GE_IS_WIDGET(object) ((object) && ge_object_is_a ((GObject*)(object), "GtkWidget"))
^
../libs/clearlooks-newer/clearlooks_style.c:73:34: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/widget-information.h:74:76: note: expanded from macro 'GE_WIDGET_HAS_DEFAULT'
#define GE_WIDGET_HAS_DEFAULT(object) ((object) && GE_IS_WIDGET(object) && GTK_WIDGET_HAS_DEFAULT(object))
^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:363:41: note: expanded from macro 'GTK_WIDGET_HAS_DEFAULT'
#define GTK_WIDGET_HAS_DEFAULT(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_HAS_DEFAULT) != 0)
^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:204:35: note: expanded from macro 'GTK_WIDGET_FLAGS'
#define GTK_WIDGET_FLAGS(wid) (GTK_OBJECT_FLAGS (wid))
^
note: (skipping 1 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all)
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkobject.h:48:39: note: expanded from macro 'GTK_OBJECT'
#define GTK_OBJECT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GTK_TYPE_OBJECT, GtkObject))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
../libs/clearlooks-newer/clearlooks_style.c:75:24: warning: cast from 'const struct _GtkStyle *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
params->radius = CLEARLOOKS_STYLE (style)->radius;
^
/private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:38:45: note: expanded from macro 'CLEARLOOKS_STYLE'
#define CLEARLOOKS_STYLE(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), CLEARLOOKS_TYPE_STYLE, ClearlooksStyle))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
../libs/clearlooks-newer/clearlooks_style.c:77:35: warning: cast from 'const struct _GtkWidget *' to 'struct _GObject *' drops const qualifier [-Wcast-qual]
if (!params->active && widget && GE_IS_TOGGLE_BUTTON (widget))
^
/private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/widget-information.h:31:76: note: expanded from macro 'GE_IS_TOGGLE_BUTTON'
#define GE_IS_TOGGLE_BUTTON(object) ((object) && ge_object_is_a ((GObject*)(object), "GtkToggleButton"))
^
../libs/clearlooks-newer/clearlooks_style.c:78:50: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
params->active = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (widget));
^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtktogglebutton.h:41:50: note: expanded from macro 'GTK_TOGGLE_BUTTON'
#define GTK_TOGGLE_BUTTON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_TOGGLE_BUTTON, GtkToggleButton))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
../libs/clearlooks-newer/clearlooks_style.c:87:21: warning: cast from 'const struct _GtkStyle *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
params->parentbg = CLEARLOOKS_STYLE (style)->colors.bg[state_type];
^
/private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/clearlooks_style.h:38:45: note: expanded from macro 'CLEARLOOKS_STYLE'
#define CLEARLOOKS_STYLE(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), CLEARLOOKS_TYPE_STYLE, ClearlooksStyle))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
../libs/clearlooks-newer/clearlooks_style.c:204:19: warning: implicit conversion from enumeration type 'GtkShadowType' to different enumeration type 'ClearlooksShadowType' [-Wenum-conversion]
frame.shadow = shadow_type;
~ ^~~~~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:228:18: warning: implicit conversion from enumeration type 'GtkShadowType' to different enumeration type 'ClearlooksShadowType' [-Wenum-conversion]
frame.shadow = shadow_type;
~ ^~~~~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:261:21: warning: implicit conversion from enumeration type 'GtkShadowType' to different enumeration type 'ClearlooksShadowType' [-Wenum-conversion]
frame.shadow = shadow_type;
~ ^~~~~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:262:21: warning: implicit conversion from enumeration type 'GtkPositionType' to different enumeration type 'ClearlooksGapSide' [-Wenum-conversion]
frame.gap_side = gap_side;
~ ^~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:699:30: warning: implicit conversion from enumeration type 'GtkProgressBarOrientation' to different enumeration type 'ClearlooksOrientation' [-Wenum-conversion]
progressbar.orientation = gtk_progress_bar_get_orientation (GTK_PROGRESS_BAR (widget));
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:713:31: warning: implicit conversion from enumeration type 'GtkProgressBarOrientation' to different enumeration type 'ClearlooksOrientation' [-Wenum-conversion]
progressbar.orientation = GTK_PROGRESS_RIGHT_TO_LEFT;
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:715:31: warning: implicit conversion from enumeration type 'GtkProgressBarOrientation' to different enumeration type 'ClearlooksOrientation' [-Wenum-conversion]
progressbar.orientation = GTK_PROGRESS_LEFT_TO_RIGHT;
~ ^~~~~~~~~~~~~~~~~~~~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:973:25: warning: implicit conversion from enumeration type 'GtkShadowType' to different enumeration type 'ClearlooksShadowType' [-Wenum-conversion]
checkbox.shadow_type = shadow_type;
~ ^~~~~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:1000:25: warning: implicit conversion from enumeration type 'GtkShadowType' to different enumeration type 'ClearlooksShadowType' [-Wenum-conversion]
checkbox.shadow_type = shadow_type;
~ ^~~~~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:1106:21: warning: implicit conversion from enumeration type 'GtkShadowType' to different enumeration type 'ClearlooksShadowType' [-Wenum-conversion]
frame.shadow = shadow_type;
~ ^~~~~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:1107:21: warning: implicit conversion from enumeration type 'GtkPositionType' to different enumeration type 'ClearlooksGapSide' [-Wenum-conversion]
frame.gap_side = gap_side;
~ ^~~~~~~~
../libs/clearlooks-newer/clearlooks_style.c:1436:24: warning: cast from 'const struct _GdkPixbuf *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
g_return_val_if_fail (GDK_IS_PIXBUF (pixbuf), NULL);
^
/usr/local/Cellar/gdk-pixbuf/2.32.2/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:159:39: note: expanded from macro 'GDK_IS_PIXBUF'
#define GDK_IS_PIXBUF(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), GDK_TYPE_PIXBUF))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/glib/gmessages.h:377:18: note: expanded from macro 'g_return_val_if_fail'
if G_LIKELY(expr) { } else \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/glib/gmacros.h:329:25: note: expanded from macro 'G_LIKELY'
#define G_LIKELY(expr) (expr)
^
In file included from ../libs/clearlooks-newer/support.c:22:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/support.h:4:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/support.c:22:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/support.h:4:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
In file included from ../libs/clearlooks-newer/support.c:22:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/support.h:4:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct) ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
^
In file included from ../libs/clearlooks-newer/support.c:22:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/support.h:4:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/support.c:22:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/clearlooks-newer/support.h:4:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
../libs/clearlooks-newer/clearlooks_theme_main.c:8:1: warning: no previous prototype for function 'theme_init' [-Wmissing-prototypes]
theme_init (GTypeModule *module)
^
../libs/clearlooks-newer/clearlooks_theme_main.c:15:1: warning: no previous prototype for function 'theme_exit' [-Wmissing-prototypes]
theme_exit (void)
^
../libs/clearlooks-newer/clearlooks_theme_main.c:20:1: warning: no previous prototype for function 'theme_create_rc_style' [-Wmissing-prototypes]
theme_create_rc_style (void)
^
8 warnings generated.
[ 28/860] engines: -> build/libs/clearlooks-newer/engines
In file included from ../libs/clearlooks-newer/widget-information.c:1:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_INTERFACE(GListModel, g_list_model, G, LIST_MODEL, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1565:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/widget-information.c:1:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1567:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
In file included from ../libs/clearlooks-newer/widget-information.c:1:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:164:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/glistmodel.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1569:12: note: expanded from macro 'G_DECLARE_INTERFACE'
return G_TYPE_INSTANCE_GET_INTERFACE (ptr, module_obj_name##_get_type (), ModuleObjName##Interface); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:533:79: note: expanded from macro 'G_TYPE_INSTANCE_GET_INTERFACE'
#define G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2214:89: note: expanded from macro '_G_TYPE_IGI'
#define _G_TYPE_IGI(ip, gt, ct) ((ct*) g_type_interface_peek (((GTypeInstance*) ip)->g_class, gt))
^
In file included from ../libs/clearlooks-newer/widget-information.c:1:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
G_DECLARE_FINAL_TYPE(GListStore, g_list_store, G, LIST_STORE, GObject)
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1396:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_CAST (ptr, module_obj_name##_get_type (), ModuleObjName); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
In file included from ../libs/clearlooks-newer/widget-information.c:1:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdk.h:32:
In file included from /usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30:
In file included from /usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gio.h:165:
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gio/gliststore.h:36:1: warning: cast from 'const void *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:1398:12: note: expanded from macro 'G_DECLARE_FINAL_TYPE'
return G_TYPE_CHECK_INSTANCE_TYPE (ptr, module_obj_name##_get_type ()); } \
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
26 warnings generated.
[ 29/860] cxx: libs/qm-dsp/dsp/onsets/DetectionFunction.cpp -> build/libs/qm-dsp/dsp/onsets/DetectionFunction.cpp.1.o
[ 30/860] cxx: libs/qm-dsp/dsp/onsets/PeakPicking.cpp -> build/libs/qm-dsp/dsp/onsets/PeakPicking.cpp.1.o
../libs/clearlooks-newer/support.c:75:19: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
while (parent && GTK_WIDGET_NO_WINDOW (parent) && !((GTK_IS_NOTEBOOK (parent)) || (GTK_IS_TOOLBAR (parent))))
^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:228:39: note: expanded from macro 'GTK_WIDGET_NO_WINDOW'
#define GTK_WIDGET_NO_WINDOW(wid) ((GTK_WIDGET_FLAGS (wid) & GTK_NO_WINDOW) != 0)
^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:204:35: note: expanded from macro 'GTK_WIDGET_FLAGS'
#define GTK_WIDGET_FLAGS(wid) (GTK_OBJECT_FLAGS (wid))
^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkobject.h:93:35: note: expanded from macro 'GTK_OBJECT_FLAGS'
#define GTK_OBJECT_FLAGS(obj) (GTK_OBJECT (obj)->flags)
^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkobject.h:48:39: note: expanded from macro 'GTK_OBJECT'
#define GTK_OBJECT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), GTK_TYPE_OBJECT, GtkObject))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
../libs/clearlooks-newer/support.c:75:55: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
while (parent && GTK_WIDGET_NO_WINDOW (parent) && !((GTK_IS_NOTEBOOK (parent)) || (GTK_IS_TOOLBAR (parent))))
^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtknotebook.h:44:45: note: expanded from macro 'GTK_IS_NOTEBOOK'
#define GTK_IS_NOTEBOOK(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_NOTEBOOK))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
../libs/clearlooks-newer/support.c:75:85: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
while (parent && GTK_WIDGET_NO_WINDOW (parent) && !((GTK_IS_NOTEBOOK (parent)) || (GTK_IS_TOOLBAR (parent))))
^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtktoolbar.h:57:38: note: expanded from macro 'GTK_IS_TOOLBAR'
#define GTK_IS_TOOLBAR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_TOOLBAR))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:491:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_TYPE'
#define G_TYPE_CHECK_INSTANCE_TYPE(instance, g_type) (_G_TYPE_CIT ((instance), (g_type)))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2218:44: note: expanded from macro '_G_TYPE_CIT'
GTypeInstance *__inst = (GTypeInstance*) ip; GType __t = gt; gboolean __r; \
^
../libs/clearlooks-newer/support.c:81:15: warning: cast from 'const struct _GtkWidget *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
state_type = GTK_WIDGET_STATE (parent);
^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:166:35: note: expanded from macro 'GTK_WIDGET_STATE'
#define GTK_WIDGET_STATE(wid) (GTK_WIDGET (wid)->state)
^
/usr/local/Cellar/gtk+/2.24.28_3/include/gtk-2.0/gtk/gtkwidget.h:137:32: note: expanded from macro 'GTK_WIDGET'
#define GTK_WIDGET(widget) (G_TYPE_CHECK_INSTANCE_CAST ((widget), GTK_TYPE_WIDGET, GtkWidget))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:479:79: note: expanded from macro 'G_TYPE_CHECK_INSTANCE_CAST'
#define G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c_type))
^
/usr/local/Cellar/glib/2.46.2/include/glib-2.0/gobject/gtype.h:2204:57: note: expanded from macro '_G_TYPE_CIC'
((ct*) g_type_check_instance_cast ((GTypeInstance*) ip, gt))
^
9 warnings generated.
[ 31/860] cxx: libs/qm-dsp/dsp/phasevocoder/PhaseVocoder.cpp -> build/libs/qm-dsp/dsp/phasevocoder/PhaseVocoder.cpp.1.o
../libs/clearlooks-newer/widget-information.c:23:57: warning: cast from 'const struct _GObject *' to 'struct _GTypeInstance *' drops const qualifier [-Wcast-qual]
result = g_type_check_instance_is_a ((GTypeInstance *) object, tmp);
^
[ 32/860] cxx: libs/qm-dsp/dsp/rateconversion/Decimator.cpp -> build/libs/qm-dsp/dsp/rateconversion/Decimator.cpp.1.o
6 warnings generated.
[ 33/860] cxx: libs/qm-dsp/dsp/rhythm/BeatSpectrum.cpp -> build/libs/qm-dsp/dsp/rhythm/BeatSpectrum.cpp.1.o
[ 34/860] cxx: libs/qm-dsp/dsp/signalconditioning/DFProcess.cpp -> build/libs/qm-dsp/dsp/signalconditioning/DFProcess.cpp.1.o
[ 35/860] cxx: libs/qm-dsp/dsp/signalconditioning/Filter.cpp -> build/libs/qm-dsp/dsp/signalconditioning/Filter.cpp.1.o
[ 36/860] cxx: libs/qm-dsp/dsp/signalconditioning/FiltFilt.cpp -> build/libs/qm-dsp/dsp/signalconditioning/FiltFilt.cpp.1.o
[ 37/860] cxx: libs/qm-dsp/dsp/signalconditioning/Framer.cpp -> build/libs/qm-dsp/dsp/signalconditioning/Framer.cpp.1.o
[ 38/860] cxx: libs/qm-dsp/dsp/transforms/FFT.cpp -> build/libs/qm-dsp/dsp/transforms/FFT.cpp.1.o
[ 39/860] cxx: libs/qm-dsp/dsp/wavelet/Wavelet.cpp -> build/libs/qm-dsp/dsp/wavelet/Wavelet.cpp.1.o
[ 40/860] cxx: libs/qm-dsp/maths/Correlation.cpp -> build/libs/qm-dsp/maths/Correlation.cpp.1.o
[ 41/860] cxx: libs/qm-dsp/maths/CosineDistance.cpp -> build/libs/qm-dsp/maths/CosineDistance.cpp.1.o
[ 42/860] cxx: libs/qm-dsp/maths/KLDivergence.cpp -> build/libs/qm-dsp/maths/KLDivergence.cpp.1.o
[ 43/860] cxx: libs/qm-dsp/maths/MathUtilities.cpp -> build/libs/qm-dsp/maths/MathUtilities.cpp.1.o
In file included from ../libs/qm-dsp/dsp/transforms/FFT.cpp:10:
../libs/qm-dsp/dsp/transforms/FFT.h:24:11: warning: private field 'm_private' is not used [-Wunused-private-field]
void *m_private;
^
1 warning generated.
[ 44/860] cxx: libs/qm-dsp/base/Pitch.cpp -> build/libs/qm-dsp/base/Pitch.cpp.1.o
[ 45/860] cxx: libs/vamp-plugins/plugins.cpp -> build/libs/vamp-plugins/plugins.cpp.1.o
[ 46/860] cxx: libs/vamp-plugins/AmplitudeFollower.cpp -> build/libs/vamp-plugins/AmplitudeFollower.cpp.1.o
[ 47/860] cxx: libs/vamp-plugins/OnsetDetect.cpp -> build/libs/vamp-plugins/OnsetDetect.cpp.1.o
[ 48/860] cxx: libs/vamp-plugins/PercussionOnsetDetector.cpp -> build/libs/vamp-plugins/PercussionOnsetDetector.cpp.1.o
[ 49/860] cxx: libs/vamp-plugins/SpectralCentroid.cpp -> build/libs/vamp-plugins/SpectralCentroid.cpp.1.o
[ 50/860] cxx: libs/vamp-plugins/ZeroCrossing.cpp -> build/libs/vamp-plugins/ZeroCrossing.cpp.1.o
[ 51/860] cxx: libs/vamp-plugins/Onset.cpp -> build/libs/vamp-plugins/Onset.cpp.1.o
[ 52/860] c: libs/libltc/ltc.c -> build/libs/libltc/ltc.c.2.o
[ 53/860] c: libs/libltc/timecode.c -> build/libs/libltc/timecode.c.2.o
[ 54/860] c: libs/libltc/encoder.c -> build/libs/libltc/encoder.c.2.o
[ 55/860] c: libs/libltc/decoder.c -> build/libs/libltc/decoder.c.2.o
[ 56/860] cxx: libs/ptformat/ptfformat.cc -> build/libs/ptformat/ptfformat.cc.1.o
[ 57/860] pbd/signals_generated.h: libs/pbd/pbd/signals.py -> build/libs/pbd/pbd/signals_generated.h
[ 58/860] cxx: libs/pbd/basename.cc -> build/libs/pbd/basename.cc.2.o
[ 59/860] cxx: libs/pbd/boost_debug.cc -> build/libs/pbd/boost_debug.cc.2.o
[ 60/860] cxx: libs/pbd/cartesian.cc -> build/libs/pbd/cartesian.cc.2.o
[ 61/860] cxx: libs/pbd/configuration_variable.cc -> build/libs/pbd/configuration_variable.cc.2.o
[ 62/860] cxx: libs/pbd/convert.cc -> build/libs/pbd/convert.cc.2.o
[ 63/860] cxx: libs/pbd/controllable_descriptor.cc -> build/libs/pbd/controllable_descriptor.cc.2.o
[ 64/860] cxx: libs/pbd/crossthread.cc -> build/libs/pbd/crossthread.cc.2.o
[ 65/860] cxx: libs/pbd/cpus.cc -> build/libs/pbd/cpus.cc.2.o
[ 66/860] cxx: libs/pbd/debug.cc -> build/libs/pbd/debug.cc.2.o
[ 67/860] cxx: libs/pbd/enumwriter.cc -> build/libs/pbd/enumwriter.cc.2.o
[ 68/860] cxx: libs/pbd/event_loop.cc -> build/libs/pbd/event_loop.cc.2.o
[ 69/860] cxx: libs/pbd/epa.cc -> build/libs/pbd/epa.cc.2.o
[ 70/860] cxx: libs/pbd/error.cc -> build/libs/pbd/error.cc.2.o
[ 71/860] cxx: libs/pbd/ffs.cc -> build/libs/pbd/ffs.cc.2.o
[ 72/860] cxx: libs/pbd/file_utils.cc -> build/libs/pbd/file_utils.cc.2.o
[ 73/860] cxx: libs/pbd/fpu.cc -> build/libs/pbd/fpu.cc.2.o
[ 74/860] cxx: libs/pbd/glib_semaphore.cc -> build/libs/pbd/glib_semaphore.cc.2.o
[ 75/860] cxx: libs/pbd/id.cc -> build/libs/pbd/id.cc.2.o
../libs/pbd/fpu.cc:248:28: warning: cast from 'char *' to 'uint32_t *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align]
uint32_t mxcsr_mask = *((uint32_t*) &((*fxbuf)[28]));
^~~~~~~~~~~~~~~~~~~~~~~~~~~
[ 76/860] cxx: libs/pbd/locale_guard.cc -> build/libs/pbd/locale_guard.cc.2.o
1 warning generated.
[ 77/860] cxx: libs/pbd/localtime_r.cc -> build/libs/pbd/localtime_r.cc.2.o
[ 78/860] cxx: libs/pbd/malign.cc -> build/libs/pbd/malign.cc.2.o
[ 79/860] cxx: libs/pbd/md5.cc -> build/libs/pbd/md5.cc.2.o
[ 80/860] cxx: libs/pbd/mountpoint.cc -> build/libs/pbd/mountpoint.cc.2.o
[ 81/860] cxx: libs/pbd/openuri.cc -> build/libs/pbd/openuri.cc.2.o
[ 82/860] cxx: libs/pbd/pathexpand.cc -> build/libs/pbd/pathexpand.cc.2.o
[ 83/860] cxx: libs/pbd/pbd.cc -> build/libs/pbd/pbd.cc.2.o
[ 84/860] cxx: libs/pbd/property_list.cc -> build/libs/pbd/property_list.cc.2.o
[ 85/860] cxx: libs/pbd/receiver.cc -> build/libs/pbd/receiver.cc.2.o
[ 86/860] cxx: libs/pbd/resource.cc -> build/libs/pbd/resource.cc.2.o
[ 87/860] cxx: libs/pbd/search_path.cc -> build/libs/pbd/search_path.cc.2.o
[ 88/860] cxx: libs/pbd/semutils.cc -> build/libs/pbd/semutils.cc.2.o
[ 89/860] cxx: libs/pbd/shortpath.cc -> build/libs/pbd/shortpath.cc.2.o
[ 90/860] cxx: libs/pbd/strreplace.cc -> build/libs/pbd/strreplace.cc.2.o
[ 91/860] cxx: libs/pbd/strsplit.cc -> build/libs/pbd/strsplit.cc.2.o
[ 92/860] cxx: libs/pbd/textreceiver.cc -> build/libs/pbd/textreceiver.cc.2.o
[ 93/860] cxx: libs/pbd/timer.cc -> build/libs/pbd/timer.cc.2.o
[ 94/860] cxx: libs/pbd/timing.cc -> build/libs/pbd/timing.cc.2.o
[ 95/860] cxx: libs/pbd/transmitter.cc -> build/libs/pbd/transmitter.cc.2.o
[ 96/860] cxx: libs/pbd/undo.cc -> build/libs/pbd/undo.cc.2.o
[ 97/860] cxx: libs/pbd/uuid.cc -> build/libs/pbd/uuid.cc.2.o
[ 98/860] cxx: libs/pbd/whitespace.cc -> build/libs/pbd/whitespace.cc.2.o
[ 99/860] cxx: libs/pbd/xml++.cc -> build/libs/pbd/xml++.cc.2.o
[100/860] cxx: libs/pbd/cocoa_open_uri.mm -> build/libs/pbd/cocoa_open_uri.mm.2.o
[101/860] cxx: libs/midi++2/midi.cc -> build/libs/midi++2/midi.cc.1.o
[102/860] cxx: libs/midi++2/channel.cc -> build/libs/midi++2/channel.cc.1.o
[103/860] cxx: libs/midi++2/ipmidi_port.cc -> build/libs/midi++2/ipmidi_port.cc.1.o
[104/860] cxx: libs/midi++2/parser.cc -> build/libs/midi++2/parser.cc.1.o
[105/860] cxx: libs/midi++2/port.cc -> build/libs/midi++2/port.cc.1.o
[106/860] cxx: libs/midi++2/midnam_patch.cc -> build/libs/midi++2/midnam_patch.cc.1.o
[107/860] cxx: libs/midi++2/mmc.cc -> build/libs/midi++2/mmc.cc.1.o
[108/860] cxx: libs/midi++2/mtc.cc -> build/libs/midi++2/mtc.cc.1.o
[109/860] c: libs/evoral/src/libsmf/smf.c -> build/libs/evoral/src/libsmf/smf.c.1.o
[110/860] c: libs/evoral/src/libsmf/smf_decode.c -> build/libs/evoral/src/libsmf/smf_decode.c.1.o
[111/860] c: libs/evoral/src/libsmf/smf_load.c -> build/libs/evoral/src/libsmf/smf_load.c.1.o
[112/860] c: libs/evoral/src/libsmf/smf_save.c -> build/libs/evoral/src/libsmf/smf_save.c.1.o
../libs/evoral/src/libsmf/smf_save.c:557:8: warning: absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int' which may cause truncation of value [-Wabsolute-value]
CHECK(abs((long)(a->time_pulses - b->time_pulses)) <= 2);
^
../libs/evoral/src/libsmf/smf_save.c:550:27: note: expanded from macro 'CHECK'
#define CHECK(cond) if (!(cond)) { return -1; }
^
../libs/evoral/src/libsmf/smf_save.c:557:8: note: use function 'labs' instead
CHECK(abs((long)(a->time_pulses - b->time_pulses)) <= 2);
^~~
labs
../libs/evoral/src/libsmf/smf_save.c:550:27: note: expanded from macro 'CHECK'
#define CHECK(cond) if (!(cond)) { return -1; }
^
1 warning generated.
[113/860] c: libs/evoral/src/libsmf/smf_tempo.c -> build/libs/evoral/src/libsmf/smf_tempo.c.1.o
[114/860] cxx: libs/evoral/src/Control.cpp -> build/libs/evoral/src/Control.cpp.2.o
[115/860] cxx: libs/evoral/src/ControlList.cpp -> build/libs/evoral/src/ControlList.cpp.2.o
[116/860] cxx: libs/evoral/src/ControlSet.cpp -> build/libs/evoral/src/ControlSet.cpp.2.o
[117/860] cxx: libs/evoral/src/Curve.cpp -> build/libs/evoral/src/Curve.cpp.2.o
[118/860] cxx: libs/evoral/src/Event.cpp -> build/libs/evoral/src/Event.cpp.2.o
[119/860] cxx: libs/evoral/src/midi_util.cpp -> build/libs/evoral/src/midi_util.cpp.2.o
[120/860] cxx: libs/evoral/src/MIDIEvent.cpp -> build/libs/evoral/src/MIDIEvent.cpp.2.o
[121/860] cxx: libs/evoral/src/Note.cpp -> build/libs/evoral/src/Note.cpp.2.o
[122/860] cxx: libs/evoral/src/SMF.cpp -> build/libs/evoral/src/SMF.cpp.2.o
[123/860] cxx: libs/evoral/src/Sequence.cpp -> build/libs/evoral/src/Sequence.cpp.2.o
[124/860] cxx: libs/evoral/src/TimeConverter.cpp -> build/libs/evoral/src/TimeConverter.cpp.2.o
[125/860] cxx: libs/evoral/src/debug.cpp -> build/libs/evoral/src/debug.cpp.2.o
[126/860] cxx: libs/evoral/src/types.cpp -> build/libs/evoral/src/types.cpp.2.o
[127/860] cxx: libs/surfaces/control_protocol/basic_ui.cc -> build/libs/surfaces/control_protocol/basic_ui.cc.1.o
[128/860] cxx: libs/surfaces/control_protocol/control_protocol.cc -> build/libs/surfaces/control_protocol/control_protocol.cc.1.o
[129/860] cxx: libs/surfaces/generic_midi/generic_midi_control_protocol.cc -> build/libs/surfaces/generic_midi/generic_midi_control_protocol.cc.1.o
[130/860] cxx: libs/surfaces/generic_midi/gmcp_gui.cc -> build/libs/surfaces/generic_midi/gmcp_gui.cc.1.o
[131/860] cxx: libs/surfaces/generic_midi/interface.cc -> build/libs/surfaces/generic_midi/interface.cc.1.o
[132/860] cxx: libs/surfaces/generic_midi/midiinvokable.cc -> build/libs/surfaces/generic_midi/midiinvokable.cc.1.o
[133/860] cxx: libs/surfaces/generic_midi/midicontrollable.cc -> build/libs/surfaces/generic_midi/midicontrollable.cc.1.o
[134/860] cxx: libs/surfaces/generic_midi/midifunction.cc -> build/libs/surfaces/generic_midi/midifunction.cc.1.o
[135/860] cxx: libs/surfaces/generic_midi/midiaction.cc -> build/libs/surfaces/generic_midi/midiaction.cc.1.o
[136/860] cxx: libs/surfaces/mackie/button.cc -> build/libs/surfaces/mackie/button.cc.1.o
[137/860] cxx: libs/surfaces/mackie/controls.cc -> build/libs/surfaces/mackie/controls.cc.1.o
[138/860] cxx: libs/surfaces/mackie/device_info.cc -> build/libs/surfaces/mackie/device_info.cc.1.o
[139/860] cxx: libs/surfaces/mackie/device_profile.cc -> build/libs/surfaces/mackie/device_profile.cc.1.o
[140/860] cxx: libs/surfaces/mackie/fader.cc -> build/libs/surfaces/mackie/fader.cc.1.o
[141/860] cxx: libs/surfaces/mackie/gui.cc -> build/libs/surfaces/mackie/gui.cc.1.o
[142/860] cxx: libs/surfaces/mackie/interface.cc -> build/libs/surfaces/mackie/interface.cc.1.o
[143/860] cxx: libs/surfaces/mackie/jog.cc -> build/libs/surfaces/mackie/jog.cc.1.o
[144/860] cxx: libs/surfaces/mackie/jog_wheel.cc -> build/libs/surfaces/mackie/jog_wheel.cc.1.o
[145/860] cxx: libs/surfaces/mackie/led.cc -> build/libs/surfaces/mackie/led.cc.1.o
[146/860] cxx: libs/surfaces/mackie/mackie_control_protocol.cc -> build/libs/surfaces/mackie/mackie_control_protocol.cc.1.o
[147/860] cxx: libs/surfaces/mackie/mcp_buttons.cc -> build/libs/surfaces/mackie/mcp_buttons.cc.1.o
[148/860] cxx: libs/surfaces/mackie/meter.cc -> build/libs/surfaces/mackie/meter.cc.1.o
[149/860] cxx: libs/surfaces/mackie/midi_byte_array.cc -> build/libs/surfaces/mackie/midi_byte_array.cc.1.o
[150/860] cxx: libs/surfaces/mackie/pot.cc -> build/libs/surfaces/mackie/pot.cc.1.o
[151/860] cxx: libs/surfaces/mackie/strip.cc -> build/libs/surfaces/mackie/strip.cc.1.o
[152/860] cxx: libs/surfaces/mackie/surface.cc -> build/libs/surfaces/mackie/surface.cc.1.o
[153/860] cxx: libs/surfaces/mackie/surface_port.cc -> build/libs/surfaces/mackie/surface_port.cc.1.o
[154/860] cxx: libs/surfaces/mackie/types.cc -> build/libs/surfaces/mackie/types.cc.1.o
[155/860] cxx: libs/surfaces/osc/osc.cc -> build/libs/surfaces/osc/osc.cc.1.o
[156/860] cxx: libs/surfaces/osc/osc_controllable.cc -> build/libs/surfaces/osc/osc_controllable.cc.1.o
[157/860] cxx: libs/surfaces/osc/osc_route_observer.cc -> build/libs/surfaces/osc/osc_route_observer.cc.1.o
[158/860] cxx: libs/surfaces/osc/interface.cc -> build/libs/surfaces/osc/interface.cc.1.o
[159/860] cxx: libs/panners/2in2out/panner_2in2out.cc -> build/libs/panners/2in2out/panner_2in2out.cc.1.o
[160/860] cxx: libs/panners/1in2out/panner_1in2out.cc -> build/libs/panners/1in2out/panner_1in2out.cc.1.o
[161/860] cxx: libs/panners/vbap/vbap_speakers.cc -> build/libs/panners/vbap/vbap_speakers.cc.1.o
[162/860] cxx: libs/panners/vbap/vbap.cc -> build/libs/panners/vbap/vbap.cc.1.o
[163/860] cxx: libs/panners/stereobalance/panner_balance.cc -> build/libs/panners/stereobalance/panner_balance.cc.1.o
[164/860] cxx: libs/backends/coreaudio/coreaudio_backend.cc -> build/libs/backends/coreaudio/coreaudio_backend.cc.1.o
[165/860] cxx: libs/backends/coreaudio/coreaudio_pcmio.cc -> build/libs/backends/coreaudio/coreaudio_pcmio.cc.1.o
[166/860] cxx: libs/backends/coreaudio/coremidi_io.cc -> build/libs/backends/coreaudio/coremidi_io.cc.1.o
In file included from ../libs/backends/coreaudio/coremidi_io.cc:23:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/backends/coreaudio/coreaudio_backend.h:33:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/ardour/ardour/audio_backend.h:32:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/ardour/ardour/types.h:36:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/pbd/pbd/id.h:26:
In file included from /usr/local/Cellar/glibmm/2.46.2/include/glibmm-2.4/glibmm/threads.h:29:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/sigc++.h:86:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal.h:8:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal_base.h:27:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:7:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/functor_trait.h:18:1: error: declaration of anonymous struct must be a definition
struct nil;
^
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/functor_trait.h:18:1: warning: declaration does not declare anything [-Wmissing-declarations]
struct nil;
^
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/functor_trait.h:87:3: warning: declaration does not declare anything [-Wmissing-declarations]
static biggerthanint check(...);
^~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/functor_trait.h:92:36: error: too many arguments provided to function-like macro invocation
static int check(X_functor* obj, decltype(&X_functor::operator()) p = nullptr);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/AssertMacros.h:1291:10: note: macro 'check' defined here
#define check(assertion) __Check(assertion)
^
In file included from ../libs/backends/coreaudio/coremidi_io.cc:23:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/backends/coreaudio/coreaudio_backend.h:33:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/ardour/ardour/audio_backend.h:32:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/ardour/ardour/types.h:36:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/pbd/pbd/id.h:26:
In file included from /usr/local/Cellar/glibmm/2.46.2/include/glibmm-2.4/glibmm/threads.h:29:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/sigc++.h:86:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal.h:8:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal_base.h:27:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:7:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/adaptors/adaptor_trait.h:7:
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/functor_trait.h:92:14: warning: variable templates are a C++14 extension [-Wc++14-extensions]
static int check(X_functor* obj, decltype(&X_functor::operator()) p = nullptr);
^
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/functor_trait.h:97:53: error: expected expression
= sizeof(check(static_cast<T_functor*>(nullptr))) == sizeof(int)
^
[167/860] cxx: libs/backends/jack/jack_api.cc -> build/libs/backends/jack/jack_api.cc.1.o
In file included from ../libs/backends/coreaudio/coremidi_io.cc:23:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/backends/coreaudio/coreaudio_backend.h:33:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/ardour/ardour/audio_backend.h:32:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/ardour/ardour/types.h:36:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/pbd/pbd/id.h:26:
In file included from /usr/local/Cellar/glibmm/2.46.2/include/glibmm-2.4/glibmm/threads.h:29:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/sigc++.h:86:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal.h:8:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal_base.h:27:
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1542:42: error: expected a type
template <class T_return, class T_arg1 = nil, class T_arg2 = nil, class T_arg3 = nil, class T_arg4 = nil, class T_arg5 = nil, class T_arg6 = nil, class T_arg7 = nil>
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/MacTypes.h:92:19: note: expanded from macro 'nil'
#define nil nullptr
^
In file included from ../libs/backends/coreaudio/coremidi_io.cc:23:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/backends/coreaudio/coreaudio_backend.h:33:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/ardour/ardour/audio_backend.h:32:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/ardour/ardour/types.h:36:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/pbd/pbd/id.h:26:
In file included from /usr/local/Cellar/glibmm/2.46.2/include/glibmm-2.4/glibmm/threads.h:29:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/sigc++.h:86:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal.h:8:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal_base.h:27:
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1542:42: error: expected ',' or '>' in template-parameter-list
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/MacTypes.h:92:19: note: expanded from macro 'nil'
#define nil nullptr
^
In file included from ../libs/backends/coreaudio/coremidi_io.cc:23:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/backends/coreaudio/coreaudio_backend.h:33:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/ardour/ardour/audio_backend.h:32:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/ardour/ardour/types.h:36:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/pbd/pbd/id.h:26:
In file included from /usr/local/Cellar/glibmm/2.46.2/include/glibmm-2.4/glibmm/threads.h:29:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/sigc++.h:86:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal.h:8:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal_base.h:27:
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1542:45: error: expected unqualified-id
template <class T_return, class T_arg1 = nil, class T_arg2 = nil, class T_arg3 = nil, class T_arg4 = nil, class T_arg5 = nil, class T_arg6 = nil, class T_arg7 = nil>
^
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1621:21: error: 'T_return' does not refer to a value
struct visitor<slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
^
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1620:20: note: declared here
template <typename T_return, typename T_arg1, typename T_arg2, typename T_arg3, typename T_arg4, typename T_arg5, typename T_arg6, typename T_arg7>
^
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1621:16: error: use of undeclared identifier 'slot'
struct visitor<slot<T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7>>
^
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1655:7: error: explicit specialization of non-template class 'slot'
class slot <T_return, nil, nil, nil, nil, nil, nil, nil>
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1718:7: error: too many template arguments for class template 'slot'
class slot <T_return, T_arg1, nil, nil, nil, nil, nil, nil>
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1655:7: note: template is declared here
class slot <T_return, nil, nil, nil, nil, nil, nil, nil>
^
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1781:7: error: too many template arguments for class template 'slot'
class slot <T_return, T_arg1, T_arg2, nil, nil, nil, nil, nil>
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1655:7: note: template is declared here
class slot <T_return, nil, nil, nil, nil, nil, nil, nil>
^
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1844:7: error: too many template arguments for class template 'slot'
class slot <T_return, T_arg1, T_arg2, T_arg3, nil, nil, nil, nil>
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1655:7: note: template is declared here
class slot <T_return, nil, nil, nil, nil, nil, nil, nil>
^
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1907:7: error: too many template arguments for class template 'slot'
class slot <T_return, T_arg1, T_arg2, T_arg3, T_arg4, nil, nil, nil>
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1655:7: note: template is declared here
class slot <T_return, nil, nil, nil, nil, nil, nil, nil>
^
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1970:7: error: too many template arguments for class template 'slot'
class slot <T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, nil, nil>
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1655:7: note: template is declared here
class slot <T_return, nil, nil, nil, nil, nil, nil, nil>
^
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:2033:7: error: too many template arguments for class template 'slot'
class slot <T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, nil>
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1655:7: note: template is declared here
class slot <T_return, nil, nil, nil, nil, nil, nil, nil>
^
In file included from ../libs/backends/coreaudio/coremidi_io.cc:23:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/backends/coreaudio/coreaudio_backend.h:33:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/ardour/ardour/audio_backend.h:32:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/ardour/ardour/types.h:36:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/pbd/pbd/id.h:26:
In file included from /usr/local/Cellar/glibmm/2.46.2/include/glibmm-2.4/glibmm/threads.h:29:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/sigc++.h:86:
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal.h:652:31: error: template argument for template type parameter must be a type
struct signal_emit0<T_return, nil>
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/MacTypes.h:92:19: note: expanded from macro 'nil'
#define nil nullptr
^~~~~~~
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal.h:588:33: note: template parameter is declared here
template <class T_return, class T_accumulator>
^
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal.h:748:27: error: template argument for template type parameter must be a type
struct signal_emit0<void, nil>
^~~
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/MacTypes.h:92:19: note: expanded from macro 'nil'
#define nil nullptr
^~~~~~~
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal.h:588:33: note: template parameter is declared here
template <class T_return, class T_accumulator>
^
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal.h:810:11: error: too many template arguments for class template 'slot'
typedef slot<T_return, T_arg1> slot_type;
^ ~~~~~~~
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/functors/slot.h:1655:7: note: template is declared here
class slot <T_return, nil, nil, nil, nil, nil, nil, nil>
^
In file included from ../libs/backends/coreaudio/coremidi_io.cc:23:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/backends/coreaudio/coreaudio_backend.h:33:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/ardour/ardour/audio_backend.h:32:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/ardour/ardour/types.h:36:
In file included from /private/tmp/ardour201512/ardour-4.4/libs/pbd/pbd/id.h:26:
In file included from /usr/local/Cellar/glibmm/2.46.2/include/glibmm-2.4/glibmm/threads.h:29:
In file included from /usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/sigc++.h:86:
/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0/sigc++/signal.h:828:41: error: 'slot_type' (aka 'int') is not a class, namespace, or enumeration
{ return (reinterpret_cast<typename slot_type::call_type>(_A_slot.rep_->call_))(_A_slot.rep_, _A_a1_); }
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
3 warnings and 20 errors generated.
Waf: Leaving directory `/private/tmp/ardour201512/ardour-4.4/build'
Build failed
-> task in 'coreaudio_backend' failed (exit status 1):
{task 4458356048: cxx coremidi_io.cc -> coremidi_io.cc.1.o}
['clang++', '-I/private/tmp/ardour201512/ardour-4.4', '-DWAF_BUILD', '-O0', '-g', '-fshow-column', '-DARCH_X86', '-DBUILD_VECLIB_OPTIMIZATIONS', '-DMAC_OS_X_VERSION_MAX_ALLOWED=1090', '-mmacosx-version-min=10.8', '-Wall', '-Wpointer-arith', '-Wcast-qual', '-Wcast-align', '-Wno-unused-parameter', '-DBOOST_SYSTEM_NO_DEPRECATED', '-D_ISOC9X_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-DENABLE_NLS', '-DPROGRAM_NAME="Ardour"', u'-DPROGRAM_VERSION="4"', '-std=c++11', '--stdlib=libc++', '-DCARBON_FLAT_HEADERS', '-Qunused-arguments', '-Woverloaded-virtual', '-Wno-mismatched-tags', '-D__STDC_LIMIT_MACROS', '-D__STDC_FORMAT_MACROS', '-DCANVAS_COMPATIBILITY', '-DCANVAS_DEBUG', '-fPIC', '-compatibility_version', '1', '-current_version', '1', '-DAUDIOUNIT_SUPPORT', '-msse', '-msse2', '-I/private/tmp/ardour201512/ardour-4.4/build/libs/backends/coreaudio', '-I/private/tmp/ardour201512/ardour-4.4/libs/backends/coreaudio', '-I/private/tmp/ardour201512/ardour-4.4/build/libs/ardour', '-I/private/tmp/ardour201512/ardour-4.4/libs/ardour', '-I/private/tmp/ardour201512/ardour-4.4/build/libs/midi++2', '-I/private/tmp/ardour201512/ardour-4.4/libs/midi++2', '-I/private/tmp/ardour201512/ardour-4.4/build/libs/evoral', '-I/private/tmp/ardour201512/ardour-4.4/libs/evoral', '-I/private/tmp/ardour201512/ardour-4.4/build/libs/audiographer', '-I/private/tmp/ardour201512/ardour-4.4/libs/audiographer', '-I/private/tmp/ardour201512/ardour-4.4/build/libs/audiographer/src', '-I/private/tmp/ardour201512/ardour-4.4/libs/audiographer/src', '-I/private/tmp/ardour201512/ardour-4.4/build/libs/pbd', '-I/private/tmp/ardour201512/ardour-4.4/libs/pbd', '-I/private/tmp/ardour201512/ardour-4.4/build/libs/evoral/src/libsmf', '-I/private/tmp/ardour201512/ardour-4.4/libs/evoral/src/libsmf', '-I/private/tmp/ardour201512/ardour-4.4/build/libs/timecode', '-I/private/tmp/ardour201512/ardour-4.4/libs/timecode', '-I/private/tmp/ardour201512/ardour-4.4/build/libs/libltc/ltc', '-I/private/tmp/ardour201512/ardour-4.4/libs/libltc/ltc', '-I/private/tmp/ardour201512/ardour-4.4/build/libs/appleutility', '-I/private/tmp/ardour201512/ardour-4.4/libs/appleutility', '-I/usr/local/Cellar/glib/2.46.2/include/glib-2.0', '-I/usr/local/Cellar/glib/2.46.2/lib/glib-2.0/include', '-I/usr/local/opt/gettext/include', '-I/usr/local/Cellar/libsigc++/2.6.2/include/sigc++-2.0', '-I/usr/local/Cellar/libsigc++/2.6.2/lib/sigc++-2.0/include', '-I/usr/local/Cellar/glibmm/2.46.2/include/glibmm-2.4', '-I/usr/local/Cellar/glibmm/2.46.2/lib/glibmm-2.4/include', '-I/usr/local/Cellar/aubio/0.4.2/include', '-I/usr/include/libxml2', '-I/usr/local/Cellar/libsndfile/1.0.25/include', '-I/usr/local/Cellar/libsamplerate/0.1.8/include', '-I/usr/local/Cellar/raptor/2.0.15/include/raptor2', '-I/usr/local/Cellar/lrdf/0.5.0_1/include', '-I/usr/local/Cellar/taglib/1.9.1/include/taglib', '-I/usr/local/Cellar/vamp-plugin-sdk/HEAD/include', '-I/usr/local/opt/rubberband/include', '-I/usr/local/Cellar/lv2/1.12.0/include', '-I/usr/local/Cellar/serd/0.20.0/include/serd-0', '-I/usr/local/Cellar/sord/0.12.2/include/sord-0', '-I/usr/local/Cellar/sratom/0.4.6/include/sratom-0', '-I/usr/local/Cellar/lilv/0.20.0/include/lilv-0', '-I/usr/local/Cellar/suil/0.8.2/include/suil-0', '-I/usr/local/Cellar/glibmm/2.46.2/include/giomm-2.4', '-I/usr/local/Cellar/glibmm/2.46.2/lib/giomm-2.4/include', '-I/private/tmp/ardour201512/ardour-4.4/build', '-DNEED_INTL=1', '-DHAVE_COREAUDIO=1', '-DAUDIOUNIT_SUPPORT=1', '-DGTKOSX=1', '-DTOP_MENUBAR=1', '-DINTERNAL_SHARED_LIBS=1', '-DHAVE_DLOPEN=1', '-DHAVE_GLIB=1', '-DHAVE_GTHREAD=1', '-DHAVE_GLIBMM=1', '-DHAVE_SNDFILE=1', '-DHAVE_GIOMM=1', '-DHAVE_CURL=1', '-DHAVE_LO=1', '-DHAVE_TAGLIB=1', '-DHAVE_VAMPSDK=1', '-DHAVE_VAMPHOSTSDK=1', '-DHAVE_RUBBERBAND=1', '-DEXPORT_VISIBILITY_HIDDEN=False', '-DPHONE_HOME=1', '-DENABLE_NLS=1', '-D_DARWIN_C_SOURCE=1', '-DCONFIG_ARCH="x86_64"', '-DHAVE_LIBS_APPLEUTILITY=1', '-DHAVE_LIBS_CLEARLOOKS_NEWER=1', '-DHAVE_LIBS_QM_DSP=1', '-DHAVE_FFTW3F=1', '-DHAVE_AUBIO=1', '-DHAVE_AUBIO4=1', '-DHAVE_LIBS_VAMP_PLUGINS=1', '-DHAVE_LIBS_LIBLTC=1', '-DHAVE_LIBS_PTFORMAT=1', '-DHAVE_XML=1', '-DHAVE_SIGCPP=1', '-DHAVE_EXECINFO=1', '-DHAVE_POSIX_MEMALIGN=1', '-DHAVE_LOCALTIME_R=1', '-DHAVE_LIBS_PBD=1', '-DHAVE_LIBS_MIDIPP2=1', '-DHAVE_LIBS_EVORAL=1', '-DHAVE_CONTROL_PROTOCOL=1', '-DHAVE_GENERIC_MIDI=1', '-DHAVE_MACKIE=1', '-DHAVE_LIBS_SURFACES=1', '-DHAVE_2IN2OUT=1', '-DHAVE_1IN2OUT=1', '-DHAVE_VBAP=1', '-DHAVE_STEREOBALANCE=1', '-DHAVE_LIBS_PANNERS=1', '-DHAVE_JACK=1', '-DHAVE_JACK_METADATA=1', '-DHAVE_LIBS_BACKENDS=1', '-DHAVE_LIBS_TIMECODE=1', '-DHAVE_LRDF=1', '-DHAVE_SAMPLERATE=1', '-DHAVE_LV2=1', '-DHAVE_LV2_1_2_0=1', '-DHAVE_LV2_1_10_0=1', '-DHAVE_SERD=1', '-DHAVE_SORD=1', '-DHAVE_SRATOM=1', '-DHAVE_LILV=1', '-DHAVE_LILV_0_16_0=1', '-DHAVE_LILV_0_19_2=1', '-DHAVE_SUIL=1', '-DLV2_SUPPORT=1', '-DHAVE_OGG=1', '-DHAVE_FLAC=1', '-DUSE_RUBBERBAND=1', '-DCURRENT_SESSION_FILE_VERSION=3001', '-DHAVE_SYS_STATVFS_H=1', '-DHAVE_UNISTD=1', '-DHAVE_BOOST_SCOPED_PTR_HPP=1', '-DHAVE_BOOST_PTR_CONTAINER_PTR_LIST_HPP=1', '-DHAVE_LIBS_ARDOUR=1', '-DHAVE_GTKMM=1', '-DHAVE_GTK=1', '-DHAVE_LIBS_GTKMM2EXT=1', '-DHAVE_BOOST_FORMAT_HPP=1', '-DHAVE_LIBS_AUDIOGRAPHER=1', '-DHAVE_CAIROMM=1', '-DHAVE_LIBS_CANVAS=1', '-DHAVE_LV2_1_0_0=1', '-DHAVE_LIBS_PLUGINS_REASONABLESYNTH_LV2=1', '-DHAVE_FONTCONFIG=1', '-DHAVE_BOOST_SHARED_PTR_HPP=1', '-DHAVE_BOOST_WEAK_PTR_HPP=1', '-DHAVE_GTK2_ARDOUR=1', '-DHAVE_EXPORT=1', '-DHAVE_MIDI_MAPS=1', '-DHAVE_MCP=1', '-DHAVE_PATCHFILES=1', '-DHAVE_HEADLESS=1', '-DHAVE_LIBS_FST=1', '-DHAVE_LIBS_VFORK=1', '-DHAVE_LIBS_ARDOURALSAUTIL=1', '-DHAVE_CFGTOOL=1', '-DPACKAGE="coreaudio-backend"', '-DARDOURBACKEND_DLL_EXPORTS', '-DCOREAUDIO_108', '-D_REENTRANT', '-D_REENTRANT', '-D_REENTRANT', '../libs/backends/coreaudio/coremidi_io.cc', '-c', '-o', 'libs/backends/coreaudio/coremidi_io.cc.1.o']
Using packaged revision
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 0763b8660b8ff7e1ceb6b5a1de1a3bca78e64c15
Last commit: 3 days ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: quad-core 64-bit broadwell
OS X: 10.11.1-x86_64
Xcode: 7.2
CLT: N/A
GCC-4.2: build 0
Clang: 7.0 build 700
X11: 2.7.7 => /opt/X11
System Ruby: 2.0.0-p645
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_60
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /usr/local/opt/gettext:/usr/local/opt/libffi:/usr/local/opt/icu4c:/usr/local/opt/openssl:/usr/local
CMAKE_INCLUDE_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/libxml2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/usr/include/apache2:/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/System/Library/Frameworks
MACOSX_DEPLOYMENT_TARGET: 10.11
PKG_CONFIG_PATH: /usr/local/opt/libpng/lib/pkgconfig:/usr/local/opt/freetype/lib/pkgconfig:/usr/local/opt/fontconfig/lib/pkgconfig:/usr/local/opt/pixman/lib/pkgconfig:/usr/local/opt/libffi/lib/pkgconfig:/usr/local/opt/glib/lib/pkgconfig:/usr/local/opt/cairo/lib/pkgconfig:/usr/local/opt/libtiff/lib/pkgconfig:/usr/local/opt/gobject-introspection/lib/pkgconfig:/usr/local/opt/gdk-pixbuf/lib/pkgconfig:/usr/local/opt/atk/lib/pkgconfig:/usr/local/opt/icu4c/lib/pkgconfig:/usr/local/opt/harfbuzz/lib/pkgconfig:/usr/local/opt/pango/lib/pkgconfig:/usr/local/opt/gtk+/lib/pkgconfig:/usr/local/opt/raptor/lib/pkgconfig:/usr/local/opt/openssl/lib/pkgconfig:/usr/local/opt/lrdf/lib/pkgconfig:/usr/local/opt/libsigc++/lib/pkgconfig:/usr/local/opt/glibmm/lib/pkgconfig:/usr/local/opt/cairomm/lib/pkgconfig:/usr/local/opt/pangomm/lib/pkgconfig:/usr/local/opt/atkmm/lib/pkgconfig:/usr/local/opt/gtkmm/lib/pkgconfig:/usr/local/opt/flac/lib/pkgconfig:/usr/local/opt/libogg/lib/pkgconfig:/usr/local/opt/libvorbis/lib/pkgconfig:/usr/local/opt/libsndfile/lib/pkgconfig:/usr/local/opt/liblo/lib/pkgconfig:/usr/local/opt/taglib/lib/pkgconfig:/usr/local/opt/libsamplerate/lib/pkgconfig:/usr/local/opt/rubberband/lib/pkgconfig:/usr/local/opt/vamp-plugin-sdk/lib/pkgconfig:/usr/local/opt/aubio/lib/pkgconfig:/usr/local/opt/jack/lib/pkgconfig:/usr/local/opt/lv2/lib/pkgconfig:/usr/local/opt/serd/lib/pkgconfig:/usr/local/opt/pcre/lib/pkgconfig:/usr/local/opt/sord/lib/pkgconfig:/usr/local/opt/sratom/lib/pkgconfig:/usr/local/opt/suil/lib/pkgconfig:/usr/local/opt/fftw/lib/pkgconfig:/usr/local/opt/lilv/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11
HOMEBREW_SDKROOT: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk
ACLOCAL_PATH: /usr/local/opt/gettext/share/aclocal:/usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/libpng/bin:/usr/local/opt/freetype/bin:/usr/local/opt/fontconfig/bin:/usr/local/opt/gettext/bin:/usr/local/opt/glib/bin:/usr/local/opt/cairo/bin:/usr/local/opt/jpeg/bin:/usr/local/opt/libtiff/bin:/usr/local/opt/pkg-config/bin:/usr/local/opt/gobject-introspection/bin:/usr/local/opt/gdk-pixbuf/bin:/usr/local/opt/icu4c/bin:/usr/local/opt/harfbuzz/bin:/usr/local/opt/pango/bin:/usr/local/opt/gtk+/bin:/usr/local/opt/raptor/bin:/usr/local/opt/openssl/bin:/usr/local/opt/flac/bin:/usr/local/opt/libsndfile/bin:/usr/local/opt/liblo/bin:/usr/local/opt/taglib/bin:/usr/local/opt/libsamplerate/bin:/usr/local/opt/rubberband/bin:/usr/local/opt/vamp-plugin-sdk/bin:/usr/local/opt/aubio/bin:/usr/local/opt/berkeley-db/bin:/usr/local/opt/jack/bin:/usr/local/opt/lv2/bin:/usr/local/opt/serd/bin:/usr/local/opt/pcre/bin:/usr/local/opt/sord/bin:/usr/local/opt/fftw/bin:/usr/local/opt/lilv/bin:/usr/bin:/bin:/usr/sbin:/sbin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment