Ticket #33226: clang.patch

File clang.patch, 342 bytes (added by lockhart (Thomas Lockhart), 12 years ago)

Minor patch to suppress extra inline code which causes trouble with clang. The alternative is to use llvm-gcc which does not exhibit a problem.

  • include/omniORB4/CORBA_sysdep.h

     
    231231#endif
    232232
    233233
     234#if defined(__clang__)
     235#  define OMNI_NO_INLINE_FRIENDS
     236#endif
     237
     238
    234239//
    235240// Windows DLL hell
    236241//