DescriptionFix compilation with gcc --std=c++11 * Replace all uses of typeof with __typeof__ (as is already used in some places) * Remove some redundant uses of _cdecl (it appear this could instead be changed to __cdecl, but cdecl calling convention is the default anyway) See https://code.google.com/p/google-breakpad/issues/detail?id=481 Patch Set 1 #Patch Set 2 : Fix compilation with gcc --std=c++11 #
MessagesTotal messages: 4
|