In file included from ../WTF/wtf/HashFunctions.h:24:0, from ../WTF/wtf/HashTraits.h:24, from ../WTF/wtf/HashTable.h:28, from ../WTF/wtf/HashSet.h:25, from platform/network/qt/CookieJarQt.h:28, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/RefPtr.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/RefPtr.h:81:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if !COMPILER_SUPPORTS(CXX_NULLPTR) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/RefPtr.h:86:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/RefPtr.h:154:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/HashTraits.h:24:0, from ../WTF/wtf/HashTable.h:28, from ../WTF/wtf/HashSet.h:25, from platform/network/qt/CookieJarQt.h:28, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/HashFunctions.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER(MSVC) ^~~~~~~~~~~~~~~~~ ../WTF/wtf/HashFunctions.h:130:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER(MSVC) ^~~~~~~~~~~~~~~~~ ../WTF/wtf/HashFunctions.h:180:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if !COMPILER(MSVC) || defined(_NATIVE_WCHAR_T_DEFINED) ^~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/Threading.h:66:0, from ../WTF/wtf/HashTable.h:30, from ../WTF/wtf/HashSet.h:25, from platform/network/qt/CookieJarQt.h:28, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/Atomics.h:65:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(WINDOWS) ^~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:73:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif OS(QNX) ^~~~~~~~~~ ../WTF/wtf/Atomics.h:75:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif OS(ANDROID) ^~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:82:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(WINDOWS) ^~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:93:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif OS(QNX) ^~~~~~~~~~ In file included from ../WTF/wtf/Threading.h:66:0, from ../WTF/wtf/HashTable.h:30, from ../WTF/wtf/HashSet.h:25, from platform/network/qt/CookieJarQt.h:28, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/Atomics.h:100:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif OS(ANDROID) ^~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:107:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif COMPILER(GCC) ^~~~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:116:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE(ATOMICS_64BIT) ^~~~~~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:117:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER(GCC) ^~~~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(WINDOWS) ^~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:142:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER(GCC) && !COMPILER(CLANG) // Work around a gcc bug ^~~~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:142:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER(GCC) && !COMPILER(CLANG) // Work around a gcc bug ^~~~~~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:148:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ENABLE(COMPARE_AND_SWAP) ^~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:187:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if ENABLE(COMPARE_AND_SWAP) ^~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:221:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(WINDOWS) && !COMPILER(GCC) ^~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:221:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(WINDOWS) && !COMPILER(GCC) ^~~~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:228:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU(ARM_THUMB2) ^~~~~~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:250:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif CPU(X86) || CPU(X86_64) ^~~~~~~~~~~ ../WTF/wtf/Atomics.h:250:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif CPU(X86) || CPU(X86_64) ^~~~~~~~~~~~~~ ../WTF/wtf/Atomics.h:285:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(LOCKFREE_THREADSAFEREFCOUNTED) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/ThreadSafeRefCounted.h:65:0, from ../WTF/wtf/Threading.h:69, from ../WTF/wtf/HashTable.h:30, from ../WTF/wtf/HashSet.h:25, from platform/network/qt/CookieJarQt.h:28, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/DynamicAnnotations.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(DYNAMIC_ANNOTATIONS) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/ThreadSafeRefCounted.h:66:0, from ../WTF/wtf/Threading.h:69, from ../WTF/wtf/HashTable.h:30, from ../WTF/wtf/HashSet.h:25, from platform/network/qt/CookieJarQt.h:28, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/ThreadingPrimitives.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(WINDOWS) ^~~~~~~~~~~~~~ ../WTF/wtf/ThreadingPrimitives.h:45:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(PTHREADS) ^~~~~~~~~~~~~~~~ ../WTF/wtf/ThreadingPrimitives.h:51:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(PTHREADS) ^~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/ThreadSafeRefCounted.h:66:0, from ../WTF/wtf/Threading.h:69, from ../WTF/wtf/HashTable.h:30, from ../WTF/wtf/HashSet.h:25, from platform/network/qt/CookieJarQt.h:28, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/ThreadingPrimitives.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(WINDOWS) ^~~~~~~~~~~~~~ ../WTF/wtf/ThreadingPrimitives.h:140:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(WINDOWS) ^~~~~~~~~~~~~~ In file included from ../WTF/wtf/Threading.h:69:0, from ../WTF/wtf/HashTable.h:30, from ../WTF/wtf/HashSet.h:25, from platform/network/qt/CookieJarQt.h:28, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/ThreadSafeRefCounted.h:81:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(LOCKFREE_THREADSAFEREFCOUNTED) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/ThreadSafeRefCounted.h:96:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if !USE(LOCKFREE_THREADSAFEREFCOUNTED) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/ThreadSafeRefCounted.h:106:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(LOCKFREE_THREADSAFEREFCOUNTED) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/ThreadSafeRefCounted.h:127:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if !USE(LOCKFREE_THREADSAFEREFCOUNTED) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/OwnPtr.h:27:0, from ../WTF/wtf/HashTable.h:35, from ../WTF/wtf/HashSet.h:25, from platform/network/qt/CookieJarQt.h:28, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/OwnPtrCommon.h:31:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(WINDOWS) ^~~~~~~~~~~~~~ ../WTF/wtf/OwnPtrCommon.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(EFL) ^~~~~~~~~~~~~~~~ ../WTF/wtf/OwnPtrCommon.h:66:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(WINDOWS) ^~~~~~~~~~~~~~ ../WTF/wtf/OwnPtrCommon.h:76:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(EFL) ^~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/HashTable.h:35:0, from ../WTF/wtf/HashSet.h:25, from platform/network/qt/CookieJarQt.h:28, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/OwnPtr.h:40:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/OwnPtr.h:55:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if !COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/OwnPtr.h:84:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/OwnPtr.h:95:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if !COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/HashTable.h:35:0, from ../WTF/wtf/HashSet.h:25, from platform/network/qt/CookieJarQt.h:28, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/OwnPtr.h:154:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/text/WTFString.h:28:0, from platform/network/qt/CookieJarQt.h:29, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/text/ASCIIFastPath.h:25:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(DARWIN) && (CPU(X86) || CPU(X86_64)) ^~~~~~~~~~~~~ ../WTF/wtf/text/ASCIIFastPath.h:25:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(DARWIN) && (CPU(X86) || CPU(X86_64)) ^~~~~~~~~~~ ../WTF/wtf/text/ASCIIFastPath.h:25:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(DARWIN) && (CPU(X86) || CPU(X86_64)) ^~~~~~~~~~~~~~ In file included from ../WTF/wtf/text/ASCIIFastPath.h:31:0, from ../WTF/wtf/text/WTFString.h:28, from platform/network/qt/CookieJarQt.h:29, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/unicode/Unicode.h:31:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(ICU_UNICODE) ^~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/unicode/Unicode.h:32:0, from ../WTF/wtf/text/ASCIIFastPath.h:31, from ../WTF/wtf/text/WTFString.h:28, from platform/network/qt/CookieJarQt.h:29, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/unicode/icu/UnicodeIcu.h:26:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(ICU_UNICODE) ^~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/text/WTFString.h:28:0, from platform/network/qt/CookieJarQt.h:29, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/text/ASCIIFastPath.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(DARWIN) && (CPU(X86) || CPU(X86_64)) ^~~~~~~~~~~~~ ../WTF/wtf/text/ASCIIFastPath.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(DARWIN) && (CPU(X86) || CPU(X86_64)) ^~~~~~~~~~~ ../WTF/wtf/text/ASCIIFastPath.h:105:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if OS(DARWIN) && (CPU(X86) || CPU(X86_64)) ^~~~~~~~~~~~~~ ../WTF/wtf/text/ASCIIFastPath.h:135:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif COMPILER(GCC) && CPU(ARM_NEON) && !(PLATFORM(BIG_ENDIAN) || PLATFORM(MIDDLE_ENDIAN)) && defined(NDEBUG) ^~~~~~~~~~~~~~~~ ../WTF/wtf/text/ASCIIFastPath.h:135:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] ../WTF/wtf/text/ASCIIFastPath.h:135:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif COMPILER(GCC) && CPU(ARM_NEON) && !(PLATFORM(BIG_ENDIAN) || PLATFORM(MIDDLE_ENDIAN)) && defined(NDEBUG) ^~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/text/ASCIIFastPath.h:135:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif COMPILER(GCC) && CPU(ARM_NEON) && !(PLATFORM(BIG_ENDIAN) || PLATFORM(MIDDLE_ENDIAN)) && defined(NDEBUG) ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/text/StringImpl.h:31:0, from ../WTF/wtf/text/WTFString.h:29, from platform/network/qt/CookieJarQt.h:29, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/Vector.h:94:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER(SUNCC) && __SUNPRO_CC <= 0x590 ^~~~~~~~~~~~~~~~~~ ../WTF/wtf/Vector.h:178:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER(GCC) && defined(_FORTIFY_SOURCE) ^~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/text/StringImpl.h:31:0, from ../WTF/wtf/text/WTFString.h:29, from platform/network/qt/CookieJarQt.h:29, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/Vector.h:549:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/Vector.h:722:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER(MSVC) && defined(_ITERATOR_DEBUG_LEVEL) && _ITERATOR_DEBUG_LEVEL ^~~~~~~~~~~~~~~~~ ../WTF/wtf/Vector.h:755:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER(MSVC) && defined(_ITERATOR_DEBUG_LEVEL) && _ITERATOR_DEBUG_LEVEL ^~~~~~~~~~~~~~~~~ ../WTF/wtf/Vector.h:767:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/text/WTFString.h:29:0, from platform/network/qt/CookieJarQt.h:29, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/text/StringImpl.h:34:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(QT) ^~~~~~~~~~~~~~~ In file included from ../WTF/wtf/text/WTFString.h:29:0, from platform/network/qt/CookieJarQt.h:29, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/text/StringImpl.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(CF) ^~~~~~~~~~ ../WTF/wtf/text/StringImpl.h:46:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(BLACKBERRY) ^~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/text/StringImpl.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(QT) ^~~~~~~~~~~~~~~ In file included from ../WTF/wtf/text/WTFString.h:29:0, from platform/network/qt/CookieJarQt.h:29, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/text/StringImpl.h:348:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(QT) ^~~~~~~~~~~~~~~ ../WTF/wtf/text/StringImpl.h:488:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(QT) ^~~~~~~~~~~~~~~ ../WTF/wtf/text/StringImpl.h:557:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(QT) ^~~~~~~~~~~~~~~ ../WTF/wtf/text/StringImpl.h:635:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if (CPU(X86) || CPU(X86_64)) ^~~~~~~~~~~ ../WTF/wtf/text/StringImpl.h:635:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if (CPU(X86) || CPU(X86_64)) ^~~~~~~~~~~~~~ ../WTF/wtf/text/StringImpl.h:752:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(CF) ^~~~~~~~~~ ../WTF/wtf/text/StringImpl.h:844:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(QT) ^~~~~~~~~~~~~~~ ../WTF/wtf/text/StringImpl.h:887:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if CPU(X86_64) ^~~~~~~~~~~~~~ ../WTF/wtf/text/StringImpl.h:957:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif CPU(X86) ^~~~~~~~~~~ ../WTF/wtf/text/StringImpl.h:1000:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif PLATFORM(IOS) && WTF_ARM_ARCH_AT_LEAST(7) ^~~~~~~~~~~~~~~~ ../WTF/wtf/text/StringImpl.h:1000:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif PLATFORM(IOS) && WTF_ARM_ARCH_AT_LEAST(7) ^~~~~~~~~~~ In file included from platform/network/qt/CookieJarQt.h:29:0, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/text/WTFString.h:35:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(QT) ^~~~~~~~~~~~~~~ ../WTF/wtf/text/WTFString.h:41:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(BLACKBERRY) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from platform/network/qt/CookieJarQt.h:29:0, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/text/WTFString.h:142:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/text/WTFString.h:361:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if !PLATFORM(QT) ^~~~~~~~~~~~~~~ ../WTF/wtf/text/WTFString.h:404:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_SUPPORTS(CXX_REFERENCE_QUALIFIED_FUNCTIONS) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/text/WTFString.h:420:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(CF) ^~~~~~~~~~ ../WTF/wtf/text/WTFString.h:433:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(QT) ^~~~~~~~~~~~~~~ ../WTF/wtf/text/WTFString.h:439:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(BLACKBERRY) ^~~~~~~~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/text/WTFString.h:721:0, from platform/network/qt/CookieJarQt.h:29, from platform/network/qt/CookieJarQt.cpp:30: ../WTF/wtf/text/AtomicString.h:77:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/text/AtomicString.h:146:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(CF) ^~~~~~~~~~ ../WTF/wtf/text/AtomicString.h:153:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(QT) ^~~~~~~~~~~~~~~ ../WTF/wtf/text/AtomicString.h:157:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(BLACKBERRY) ^~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/text/AtomicString.h:195:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(CF) ^~~~~~~~~~ In file included from platform/KURL.h:31:0, from platform/network/qt/CookieJarQt.cpp:33: ../WTF/wtf/RetainPtr.h:29:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(CF) ^~~~~~~~~~ In file included from platform/KURL.h:31:0, from platform/network/qt/CookieJarQt.cpp:33: ../WTF/wtf/RetainPtr.h:93:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/RetainPtr.h:110:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_SUPPORTS(CXX_EXPLICIT_CONVERSIONS) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/RetainPtr.h:125:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/RetainPtr.h:130:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if !COMPILER_SUPPORTS(CXX_NULLPTR) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../WTF/wtf/RetainPtr.h:210:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if COMPILER_SUPPORTS(CXX_RVALUE_REFERENCES) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from platform/network/qt/CookieJarQt.cpp:33:0: platform/KURL.h:34:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(CF) ^~~~~~~~~~ platform/KURL.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(MAC) ^~~~~~~~~~~~~~~~ platform/KURL.h:42:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(QT) ^~~~~~~~~~~~~~~ platform/KURL.h:164:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(CF) ^~~~~~~~~~ platform/KURL.h:169:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(MAC) ^~~~~~~~~~~~~~~~ platform/KURL.h:177:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(QT) ^~~~~~~~~~~~~~~ In file included from platform/network/NetworkingContext.h:23:0, from platform/network/qt/CookieJarQt.cpp:34: platform/network/NetworkStorageSession.h:32:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(MAC) || USE(CFNETWORK) ^~~~~~~~~~~~~~~~ platform/network/NetworkStorageSession.h:32:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(MAC) || USE(CFNETWORK) ^~~~~~~~~~~~~~~~~ platform/network/NetworkStorageSession.h:35:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif USE(SOUP) ^~~~~~~~~~~~ platform/network/NetworkStorageSession.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(MAC) || USE(CFNETWORK) ^~~~~~~~~~~~~~~~ platform/network/NetworkStorageSession.h:52:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(MAC) || USE(CFNETWORK) ^~~~~~~~~~~~~~~~~ platform/network/NetworkStorageSession.h:57:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif USE(SOUP) ^~~~~~~~~~~~ platform/network/NetworkStorageSession.h:67:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(MAC) || USE(CFNETWORK) ^~~~~~~~~~~~~~~~ platform/network/NetworkStorageSession.h:67:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(MAC) || USE(CFNETWORK) ^~~~~~~~~~~~~~~~~ platform/network/NetworkStorageSession.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #elif USE(SOUP) ^~~~~~~~~~~~ platform/network/NetworkStorageSession.h:80:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(WIN) && USE(CFNETWORK) ^~~~~~~~~~~~~~~~ platform/network/NetworkStorageSession.h:80:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(WIN) && USE(CFNETWORK) ^~~~~~~~~~~~~~~~~ In file included from ../WTF/wtf/RefCounted.h:28:0, from platform/network/NetworkingContext.h:24, from platform/network/qt/CookieJarQt.cpp:34: ../WTF/wtf/ThreadRestrictionVerifier.h:38:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE(DISPATCH_H) ^~~~~~~~~~~~~~~ ../WTF/wtf/ThreadRestrictionVerifier.h:188:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE(DISPATCH_H) ^~~~~~~~~~~~~~~ In file included from platform/network/NetworkingContext.h:24:0, from platform/network/qt/CookieJarQt.cpp:34: ../WTF/wtf/RefCounted.h:83:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE(DISPATCH_H) ^~~~~~~~~~~~~~~ ../WTF/wtf/RefCounted.h:231:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE(DISPATCH_H) ^~~~~~~~~~~~~~~ In file included from platform/network/qt/CookieJarQt.cpp:34:0: platform/network/NetworkingContext.h:27:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(MAC) ^~~~~~~~~~~~~~~~ platform/network/NetworkingContext.h:31:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(QT) ^~~~~~~~~~~~~~~ platform/network/NetworkingContext.h:35:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(MAC) ^~~~~~~~~~~~~~~~ platform/network/NetworkingContext.h:39:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(QT) ^~~~~~~~~~~~~~~ platform/network/NetworkingContext.h:47:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(SOUP) ^~~~~~~~~~~~ platform/network/NetworkingContext.h:64:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(MAC) ^~~~~~~~~~~~~~~~ platform/network/NetworkingContext.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(MAC) || USE(CFNETWORK) || USE(SOUP) ^~~~~~~~~~~~~~~~ platform/network/NetworkingContext.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(MAC) || USE(CFNETWORK) || USE(SOUP) ^~~~~~~~~~~~~~~~~ platform/network/NetworkingContext.h:72:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(MAC) || USE(CFNETWORK) || USE(SOUP) ^~~~~~~~~~~~ platform/network/NetworkingContext.h:76:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(QT) ^~~~~~~~~~~~~~~ platform/network/NetworkingContext.h:84:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if PLATFORM(WIN) ^~~~~~~~~~~~~~~~ platform/network/NetworkingContext.h:90:1: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if USE(SOUP) ^~~~~~~~~~~~