template bool operator!=(const PassOwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/PassOwnPtr.h: In member function 'bool WTF::PassOwnPtr::operator==(const WTF::OwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/PassOwnPtr.h:97:66: note: in expansion of macro 'COMPILE_ASSERT' template bool operator==(const OwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/PassOwnPtr.h: In member function 'bool WTF::PassOwnPtr::operator!=(const WTF::OwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/PassOwnPtr.h:98:66: note: in expansion of macro 'COMPILE_ASSERT' template bool operator!=(const OwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ In file included from ./wtf/text/StringImpl.h:33:0, from ./runtime/UString.h:26, from yarr/YarrPattern.h:30, from yarr/YarrInterpreter.h:29, from yarr/YarrInterpreter.cpp:28: ./wtf/Vector.h: In instantiation of 'T* WTF::VectorBuffer::inlineBuffer() [with T = JSC::Yarr::PatternDisjunction*; unsigned int inlineCapacity = 4u]': ./wtf/Vector.h:437:52: required from 'void WTF::VectorBuffer::deallocateBuffer(T*) [with T = JSC::Yarr::PatternDisjunction*; unsigned int inlineCapacity = 4u]' ./wtf/Vector.h:412:38: required from 'WTF::VectorBuffer::~VectorBuffer() [with T = JSC::Yarr::PatternDisjunction*; unsigned int inlineCapacity = 4u]' ./wtf/Vector.h:521:9: required from 'WTF::Vector::~Vector() [with T = JSC::Yarr::PatternDisjunction*; unsigned int inlineCapacity = 4u]' yarr/YarrPattern.h:319:5: required from here ./wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'JSC::Yarr::PatternDisjunction**' increases required alignment of target type [-Wcast-align] T* inlineBuffer() { return reinterpret_cast_ptr(m_inlineBuffer.buffer); } ^ In file included from ./wtf/text/StringImpl.h:33:0, from ./runtime/UString.h:26, from yarr/YarrPattern.h:30, from yarr/YarrPattern.cpp:28: ./wtf/Vector.h: In instantiation of 'T* WTF::VectorBuffer::inlineBuffer() [with T = JSC::Yarr::PatternDisjunction*; unsigned int inlineCapacity = 4u]': ./wtf/Vector.h:399:33: required from 'WTF::VectorBuffer::VectorBuffer() [with T = JSC::Yarr::PatternDisjunction*; unsigned int inlineCapacity = 4u]' ./wtf/Vector.h:506:23: required from 'WTF::Vector::Vector() [with T = JSC::Yarr::PatternDisjunction*; unsigned int inlineCapacity = 4u]' yarr/YarrPattern.cpp:1006:26: required from here ./wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'JSC::Yarr::PatternDisjunction**' increases required alignment of target type [-Wcast-align] T* inlineBuffer() { return reinterpret_cast_ptr(m_inlineBuffer.buffer); } ^ compiling yarr/YarrSyntaxChecker.cpp In file included from ./wtf/PossiblyNull.h:29:0, from ./wtf/FastMalloc.h:25, from ./config.h:99, from yarr/YarrSyntaxChecker.cpp:26: ./wtf/StdLibExtras.h: In function 'TO WTF::bitwise_cast(FROM)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyWTF_bitwise_cast_sizeof_casted_types_is_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/StdLibExtras.h:96:5: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal); ^ ./wtf/StdLibExtras.h: In function 'size_t WTF::roundUpToMultipleOf(size_t)': ./wtf/Assertions.h:326:47: warning: typedef 'dummydivisor_is_a_power_of_two' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/StdLibExtras.h:120:5: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two); ^ ./wtf/StringHasher.h: In static member function 'static unsigned int WTF::StringHasher::hashMemory(const void*)': ./wtf/Assertions.h:326:47: warning: typedef 'dummylength_must_be_a_multible_of_four' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/StringHasher.h:140:9: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(!(length % 4), length_must_be_a_multible_of_four); ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator==(const WTF::OwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:87:66: note: in expansion of macro 'COMPILE_ASSERT' template bool operator==(const OwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator!=(const WTF::OwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:88:66: note: in expansion of macro 'COMPILE_ASSERT' template bool operator!=(const OwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator==(const WTF::PassOwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:89:70: note: in expansion of macro 'COMPILE_ASSERT' template bool operator==(const PassOwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator!=(const WTF::PassOwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:90:70: note: in expansion of macro 'COMPILE_ASSERT' template bool operator!=(const PassOwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ In file included from yarr/YarrSyntaxChecker.h:29:0, from yarr/YarrSyntaxChecker.cpp:27: ./runtime/UString.h: In static member function 'static bool JSC::UStringHash::equal(const WTF::StringImpl*, const WTF::StringImpl*)': ./runtime/UString.h:215:83: warning: cast from 'const UChar* {aka const short unsigned int*}' to 'const uint32_t* {aka const unsigned int*}' increases required alignment of target type [-Wcast-align] const uint32_t* aChars = reinterpret_cast(a->characters()); ^ ./runtime/UString.h:216:83: warning: cast from 'const UChar* {aka const short unsigned int*}' to 'const uint32_t* {aka const unsigned int*}' increases required alignment of target type [-Wcast-align] const uint32_t* bChars = reinterpret_cast(b->characters()); ^ In file included from ./wtf/PossiblyNull.h:29:0, from ./wtf/FastMalloc.h:25, from ./config.h:99, from yarr/YarrSyntaxChecker.cpp:26: ./wtf/PassOwnPtr.h: In member function 'bool WTF::PassOwnPtr::operator==(const WTF::PassOwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/PassOwnPtr.h:95:70: note: in expansion of macro 'COMPILE_ASSERT' template bool operator==(const PassOwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/PassOwnPtr.h: In member function 'bool WTF::PassOwnPtr::operator!=(const WTF::PassOwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/PassOwnPtr.h:96:70: note: in expansion of macro 'COMPILE_ASSERT' template bool operator!=(const PassOwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/PassOwnPtr.h: In member function 'bool WTF::PassOwnPtr::operator==(const WTF::OwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/PassOwnPtr.h:97:66: note: in expansion of macro 'COMPILE_ASSERT' template bool operator==(const OwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/PassOwnPtr.h: In member function 'bool WTF::PassOwnPtr::operator!=(const WTF::OwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/PassOwnPtr.h:98:66: note: in expansion of macro 'COMPILE_ASSERT' template bool operator!=(const OwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ compiling wtf/Assertions.cpp In file included from ./wtf/text/StringImpl.h:33:0, from ./runtime/UString.h:26, from yarr/YarrSyntaxChecker.h:29, from yarr/YarrSyntaxChecker.cpp:27: ./wtf/Vector.h: In instantiation of 'T* WTF::VectorBuffer::inlineBuffer() [with T = JSC::Yarr::PatternDisjunction*; unsigned int inlineCapacity = 4u]': ./wtf/Vector.h:437:52: required from 'void WTF::VectorBuffer::deallocateBuffer(T*) [with T = JSC::Yarr::PatternDisjunction*; unsigned int inlineCapacity = 4u]' ./wtf/Vector.h:412:38: required from 'WTF::VectorBuffer::~VectorBuffer() [with T = JSC::Yarr::PatternDisjunction*; unsigned int inlineCapacity = 4u]' ./wtf/Vector.h:521:9: required from 'WTF::Vector::~Vector() [with T = JSC::Yarr::PatternDisjunction*; unsigned int inlineCapacity = 4u]' yarr/YarrPattern.h:319:5: required from here ./wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'JSC::Yarr::PatternDisjunction**' increases required alignment of target type [-Wcast-align] T* inlineBuffer() { return reinterpret_cast_ptr(m_inlineBuffer.buffer); } ^ compiling wtf/ByteArray.cpp In file included from ./wtf/PossiblyNull.h:29:0, from ./wtf/FastMalloc.h:25, from ./config.h:99, from wtf/ByteArray.cpp:26: wtf/StdLibExtras.h: In function 'TO WTF::bitwise_cast(FROM)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyWTF_bitwise_cast_sizeof_casted_types_is_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ wtf/StdLibExtras.h:96:5: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal); ^ wtf/StdLibExtras.h: In function 'size_t WTF::roundUpToMultipleOf(size_t)': ./wtf/Assertions.h:326:47: warning: typedef 'dummydivisor_is_a_power_of_two' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ wtf/StdLibExtras.h:120:5: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two); ^ compiling wtf/CryptographicallyRandomNumber.cpp In file included from ./wtf/PossiblyNull.h:29:0, from ./wtf/FastMalloc.h:25, from ./config.h:99, from wtf/CryptographicallyRandomNumber.cpp:30: wtf/StdLibExtras.h: In function 'TO WTF::bitwise_cast(FROM)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyWTF_bitwise_cast_sizeof_casted_types_is_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ wtf/StdLibExtras.h:96:5: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal); ^ wtf/StdLibExtras.h: In function 'size_t WTF::roundUpToMultipleOf(size_t)': ./wtf/Assertions.h:326:47: warning: typedef 'dummydivisor_is_a_power_of_two' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ wtf/StdLibExtras.h:120:5: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two); ^ compiling wtf/CurrentTime.cpp compiling wtf/DateMath.cpp compiling wtf/dtoa.cpp In file included from ./wtf/PossiblyNull.h:29:0, from ./wtf/FastMalloc.h:25, from ./config.h:99, from wtf/DateMath.cpp:72: ./wtf/StdLibExtras.h: In function 'TO WTF::bitwise_cast(FROM)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyWTF_bitwise_cast_sizeof_casted_types_is_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/StdLibExtras.h:96:5: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal); ^ ./wtf/StdLibExtras.h: In function 'size_t WTF::roundUpToMultipleOf(size_t)': ./wtf/Assertions.h:326:47: warning: typedef 'dummydivisor_is_a_power_of_two' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/StdLibExtras.h:120:5: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two); ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator==(const WTF::OwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:87:66: note: in expansion of macro 'COMPILE_ASSERT' template bool operator==(const OwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator!=(const WTF::OwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:88:66: note: in expansion of macro 'COMPILE_ASSERT' template bool operator!=(const OwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator==(const WTF::PassOwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:89:70: note: in expansion of macro 'COMPILE_ASSERT' template bool operator==(const PassOwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator!=(const WTF::PassOwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:90:70: note: in expansion of macro 'COMPILE_ASSERT' template bool operator!=(const PassOwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ In file included from ./wtf/PossiblyNull.h:29:0, from ./wtf/FastMalloc.h:25, from ./config.h:99, from wtf/dtoa.cpp:64: ./wtf/StdLibExtras.h: In function 'TO WTF::bitwise_cast(FROM)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyWTF_bitwise_cast_sizeof_casted_types_is_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/StdLibExtras.h:96:5: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal); ^ ./wtf/StdLibExtras.h: In function 'size_t WTF::roundUpToMultipleOf(size_t)': ./wtf/Assertions.h:326:47: warning: typedef 'dummydivisor_is_a_power_of_two' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/StdLibExtras.h:120:5: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two); ^ ./wtf/StringHasher.h: In static member function 'static unsigned int WTF::StringHasher::hashMemory(const void*)': ./wtf/Assertions.h:326:47: warning: typedef 'dummylength_must_be_a_multible_of_four' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/StringHasher.h:140:9: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(!(length % 4), length_must_be_a_multible_of_four); ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator==(const WTF::OwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:87:66: note: in expansion of macro 'COMPILE_ASSERT' template bool operator==(const OwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator!=(const WTF::OwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:88:66: note: in expansion of macro 'COMPILE_ASSERT' template bool operator!=(const OwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator==(const WTF::PassOwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:89:70: note: in expansion of macro 'COMPILE_ASSERT' template bool operator==(const PassOwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator!=(const WTF::PassOwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:90:70: note: in expansion of macro 'COMPILE_ASSERT' template bool operator!=(const PassOwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ compiling wtf/DecimalNumber.cpp ./wtf/StringHasher.h: In static member function 'static unsigned int WTF::StringHasher::hashMemory(const void*)': ./wtf/Assertions.h:326:47: warning: typedef 'dummylength_must_be_a_multible_of_four' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/StringHasher.h:140:9: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(!(length % 4), length_must_be_a_multible_of_four); ^ In file included from runtime/NumericStrings.h:29:0, from runtime/JSGlobalData.h:39, from interpreter/CallFrame.h:26, from runtime/ArgList.h:25, from runtime/JSObject.h:26, from wtf/DateMath.cpp:79: runtime/UString.h: In static member function 'static bool JSC::UStringHash::equal(const WTF::StringImpl*, const WTF::StringImpl*)': runtime/UString.h:215:83: warning: cast from 'const UChar* {aka const short unsigned int*}' to 'const uint32_t* {aka const unsigned int*}' increases required alignment of target type [-Wcast-align] const uint32_t* aChars = reinterpret_cast(a->characters()); ^ runtime/UString.h:216:83: warning: cast from 'const UChar* {aka const short unsigned int*}' to 'const uint32_t* {aka const unsigned int*}' increases required alignment of target type [-Wcast-align] const uint32_t* bChars = reinterpret_cast(b->characters()); ^ In file included from ./wtf/WTFThreadData.h:34:0, from runtime/JSGlobalData.h:49, from interpreter/CallFrame.h:26, from runtime/ArgList.h:25, from runtime/JSObject.h:26, from wtf/DateMath.cpp:79: ./wtf/text/StringHash.h: In static member function 'static bool WTF::StringHash::equal(const WTF::StringImpl*, const WTF::StringImpl*)': ./wtf/text/StringHash.h:68:87: warning: cast from 'const UChar* {aka const short unsigned int*}' to 'const uint32_t* {aka const unsigned int*}' increases required alignment of target type [-Wcast-align] const uint32_t* aChars = reinterpret_cast(a->characters()); ^ ./wtf/text/StringHash.h:69:87: warning: cast from 'const UChar* {aka const short unsigned int*}' to 'const uint32_t* {aka const unsigned int*}' increases required alignment of target type [-Wcast-align] const uint32_t* bChars = reinterpret_cast(b->characters()); ^ In file included from interpreter/CallFrame.h:28:0, from runtime/ArgList.h:25, from runtime/JSObject.h:26, from wtf/DateMath.cpp:79: interpreter/RegisterFile.h: In constructor 'JSC::RegisterFile::RegisterFile(JSC::JSGlobalData&, size_t, size_t)': interpreter/RegisterFile.h:180:100: warning: cast from 'char*' to 'JSC::Register*' increases required alignment of target type [-Wcast-align] m_commitEnd = reinterpret_cast_ptr(reinterpret_cast(base) + committedSize); ^ interpreter/RegisterFile.h: In member function 'bool JSC::RegisterFile::grow(JSC::Register*)': interpreter/RegisterFile.h:208:102: warning: cast from 'char*' to 'JSC::Register*' increases required alignment of target type [-Wcast-align] m_commitEnd = reinterpret_cast_ptr(reinterpret_cast(m_commitEnd) + size); ^ In file included from runtime/JSObject.h:26:0, from wtf/DateMath.cpp:79: runtime/ArgList.h: In constructor 'JSC::ArgList::ArgList(JSC::ExecState*)': runtime/ArgList.h:193:84: warning: cast from 'JSC::ExecState*' to 'JSC::JSValue*' increases required alignment of target type [-Wcast-align] : m_args(reinterpret_cast(&exec[exec->hostThisRegister() + 1])) ^ runtime/ArgList.h: In constructor 'JSC::ArgList::ArgList(JSC::Register*, int)': runtime/ArgList.h:209:53: warning: cast from 'JSC::Register*' to 'JSC::JSValue*' increases required alignment of target type [-Wcast-align] : m_args(reinterpret_cast(args)) ^ runtime/ArgList.h: In constructor 'JSC::ArgList::ArgList(const JSC::MarkedArgumentBuffer&)': runtime/ArgList.h:216:84: warning: cast from 'JSC::Register*' to 'JSC::JSValue*' increases required alignment of target type [-Wcast-align] : m_args(reinterpret_cast(const_cast(args.begin()))) ^ In file included from runtime/JSObject.h:31:0, from wtf/DateMath.cpp:79: runtime/JSCell.h: In member function 'void* JSC::MarkedBlock::allocate()': runtime/JSCell.h:354:78: warning: cast from 'char (*)[8]' to 'JSC::JSCell*' increases required alignment of target type [-Wcast-align] JSCell* cell = reinterpret_cast(&atoms()[m_nextAtom]); ^ In file included from ./wtf/PossiblyNull.h:29:0, from ./wtf/FastMalloc.h:25, from ./config.h:99, from wtf/DateMath.cpp:72: ./wtf/PassOwnPtr.h: In member function 'bool WTF::PassOwnPtr::operator==(const WTF::PassOwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/PassOwnPtr.h:95:70: note: in expansion of macro 'COMPILE_ASSERT' template bool operator==(const PassOwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/PassOwnPtr.h: In member function 'bool WTF::PassOwnPtr::operator!=(const WTF::PassOwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/PassOwnPtr.h:96:70: note: in expansion of macro 'COMPILE_ASSERT' template bool operator!=(const PassOwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/PassOwnPtr.h: In member function 'bool WTF::PassOwnPtr::operator==(const WTF::OwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/PassOwnPtr.h:97:66: note: in expansion of macro 'COMPILE_ASSERT' template bool operator==(const OwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/PassOwnPtr.h: In member function 'bool WTF::PassOwnPtr::operator!=(const WTF::OwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/PassOwnPtr.h:98:66: note: in expansion of macro 'COMPILE_ASSERT' template bool operator!=(const OwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ In file included from ./wtf/text/StringImpl.h:33:0, from ./wtf/text/WTFString.h:28, from ./wtf/DecimalNumber.h:32, from wtf/dtoa.cpp:78: ./wtf/Vector.h: In instantiation of 'T* WTF::VectorBuffer::inlineBuffer() [with T = unsigned int; unsigned int inlineCapacity = 16u]': ./wtf/Vector.h:399:33: required from 'WTF::VectorBuffer::VectorBuffer() [with T = unsigned int; unsigned int inlineCapacity = 16u]' ./wtf/Vector.h:506:23: required from 'WTF::Vector::Vector() [with T = unsigned int; unsigned int inlineCapacity = 16u]' wtf/dtoa.cpp:166:22: required from here ./wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'unsigned int*' increases required alignment of target type [-Wcast-align] T* inlineBuffer() { return reinterpret_cast_ptr(m_inlineBuffer.buffer); } ^ ./wtf/StdLibExtras.h: In instantiation of 'TO WTF::bitwise_cast(FROM) [with TO = int; FROM = double]': runtime/JSValueInlineMethods.h:495:44: required from here ./wtf/Assertions.h:326:47: error: size of array is negative #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/StdLibExtras.h:96:5: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal); ^ ./wtf/StdLibExtras.h: In instantiation of 'TO WTF::bitwise_cast(FROM) [with TO = double; FROM = int]': runtime/JSValueInlineMethods.h:499:42: required from here ./wtf/Assertions.h:326:47: error: size of array is negative #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/StdLibExtras.h:96:5: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal); ^ In file included from ./wtf/PossiblyNull.h:29:0, from ./wtf/FastMalloc.h:25, from ./config.h:99, from wtf/DecimalNumber.cpp:26: ./wtf/StdLibExtras.h: In function 'TO WTF::bitwise_cast(FROM)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyWTF_bitwise_cast_sizeof_casted_types_is_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/StdLibExtras.h:96:5: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(sizeof(TO) == sizeof(FROM), WTF_bitwise_cast_sizeof_casted_types_is_equal); ^ ./wtf/StdLibExtras.h: In function 'size_t WTF::roundUpToMultipleOf(size_t)': ./wtf/Assertions.h:326:47: warning: typedef 'dummydivisor_is_a_power_of_two' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/StdLibExtras.h:120:5: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(divisor && !(divisor & (divisor - 1)), divisor_is_a_power_of_two); ^ ./wtf/StringHasher.h: In static member function 'static unsigned int WTF::StringHasher::hashMemory(const void*)': ./wtf/Assertions.h:326:47: warning: typedef 'dummylength_must_be_a_multible_of_four' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/StringHasher.h:140:9: note: in expansion of macro 'COMPILE_ASSERT' COMPILE_ASSERT(!(length % 4), length_must_be_a_multible_of_four); ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator==(const WTF::OwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:87:66: note: in expansion of macro 'COMPILE_ASSERT' template bool operator==(const OwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator!=(const WTF::OwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:88:66: note: in expansion of macro 'COMPILE_ASSERT' template bool operator!=(const OwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator==(const WTF::PassOwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:89:70: note: in expansion of macro 'COMPILE_ASSERT' template bool operator==(const PassOwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ ./wtf/OwnPtr.h: In member function 'bool WTF::OwnPtr::operator!=(const WTF::PassOwnPtr&)': ./wtf/Assertions.h:326:47: warning: typedef 'dummyOwnPtrs_should_never_be_equal' locally defined but not used [-Wunused-local-typedefs] #define COMPILE_ASSERT(exp, name) typedef int dummy##name [(exp) ? 1 : -1] ^ ./wtf/OwnPtr.h:90:70: note: in expansion of macro 'COMPILE_ASSERT' template bool operator!=(const PassOwnPtr&) { COMPILE_ASSERT(!sizeof(U*), OwnPtrs_should_never_be_equal); return false; } ^ In file included from wtf/BlockStack.h:30:0, from heap/HandleHeap.h:29, from heap/Heap.h:25, from runtime/JSGlobalData.h:33, from interpreter/CallFrame.h:26, from runtime/ArgList.h:25, from runtime/JSObject.h:26, from wtf/DateMath.cpp:79: ./wtf/Vector.h: In instantiation of 'T* WTF::VectorBuffer::inlineBuffer() [with T = JSC::Register; unsigned int inlineCapacity = 8u]': ./wtf/Vector.h:399:33: required from 'WTF::VectorBuffer::VectorBuffer() [with T = JSC::Register; unsigned int inlineCapacity = 8u]' ./wtf/Vector.h:506:23: required from 'WTF::Vector::Vector() [with T = JSC::Register; unsigned int inlineCapacity = 8u]' runtime/ArgList.h:50:26: required from here ./wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'JSC::Register*' increases required alignment of target type [-Wcast-align] T* inlineBuffer() { return reinterpret_cast_ptr(m_inlineBuffer.buffer); } ^ ./wtf/Vector.h: In instantiation of 'T* WTF::VectorBuffer::inlineBuffer() [with T = JSC::Identifier; unsigned int inlineCapacity = 20u]': ./wtf/Vector.h:399:33: required from 'WTF::VectorBuffer::VectorBuffer() [with T = JSC::Identifier; unsigned int inlineCapacity = 20u]' ./wtf/Vector.h:506:23: required from 'WTF::Vector::Vector() [with T = JSC::Identifier; unsigned int inlineCapacity = 20u]' runtime/PropertyNameArray.h:46:9: required from here ./wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'JSC::Identifier*' increases required alignment of target type [-Wcast-align] ./wtf/Vector.h: In instantiation of 'T* WTF::VectorBuffer::inlineBuffer() [with T = JSC::JSString::RopeIterator::WorkItem; unsigned int inlineCapacity = 16u]': ./wtf/Vector.h:399:33: required from 'WTF::VectorBuffer::VectorBuffer() [with T = JSC::JSString::RopeIterator::WorkItem; unsigned int inlineCapacity = 16u]' ./wtf/Vector.h:506:23: required from 'WTF::Vector::Vector() [with T = JSC::JSString::RopeIterator::WorkItem; unsigned int inlineCapacity = 16u]' runtime/JSString.h:113:32: required from here ./wtf/Vector.h:487:82: warning: cast from 'WTF::AlignedBufferChar* {aka char*}' to 'JSC::JSString::RopeIterator::WorkItem*' increases required alignment of target type [-Wcast-align] make[3]: *** [.obj/debug-static-emb-generic/DateMath.o] Error 1 make[3]: *** Waiting for unfinished jobs.... make[3]: Leaving directory `/home/test/test/3/output/build/qt-4.8.6/src/3rdparty/webkit/Source/JavaScriptCore' make[2]: *** [sub-JavaScriptCore-JavaScriptCore-pro-make_default-ordered] Error 2 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/home/test/test/3/output/build/qt-4.8.6/src/3rdparty/webkit/Source' make[1]: *** [sub-webkit-make_default-ordered] Error 2 make[1]: Leaving directory `/home/test/test/3/output/build/qt-4.8.6' make: *** [/home/test/test/3/output/build/qt-4.8.6/.stamp_built] Error 2