[TxMt] warning: unused typedef 'serializing_int_requires_an_unsigned_type'

Jacob Carlborg doob at me.com
Tue Oct 27 08:11:50 UTC 2015


Since I updated Xcode to a later version (can't remember the exact one) 
I get a huge amount of warnings one at the bottom. Can we please fix 
this or suppress the warning. The amount of output this generates is 
ridiculously annoying.

2 warnings generated.
[919/1174] Compile ‘Frameworks/buffer/src/symbols.cc’…
In file included from Frameworks/buffer/src/symbols.cc:1:
In file included from 
/Users/jacob/development/objective-c/textmate/Shared/PCH/prelude.cc:25:
In file included from 
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/dense_hash_map:104:
In file included from 
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/internal/densehashtable.h:100:
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/internal/hashtable-common.h:167:29: 
warning: unused typedef 'serializing_int_requires_an_unsigned_type' 
[-Wunused-local-typedef]
                             serializing_int_requires_an_unsigned_type);
                             ^
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/internal/hashtable-common.h:54:49: 
note: expanded from macro 'SPARSEHASH_COMPILE_ASSERT'
   typedef SparsehashCompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
                                                 ^
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/internal/hashtable-common.h:180:29: 
warning: unused typedef 'serializing_int_requires_an_unsigned_type' 
[-Wunused-local-typedef]
                             serializing_int_requires_an_unsigned_type);
                             ^
/Users/jacob/development/objective-c/textmate/build/include/sparsehash/internal/hashtable-common.h:54:49: 
note: expanded from macro 'SPARSEHASH_COMPILE_ASSERT'
   typedef SparsehashCompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]

-- 
/Jacob Carlborg



More information about the textmate mailing list