bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #34602] compiling NSRegularExpression.m using clang, it emits a war


From: Nicola Pero
Subject: [bug #34602] compiling NSRegularExpression.m using clang, it emits a warning that it doesn't support blocks
Date: Thu, 20 Oct 2011 09:40:18 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:7.0.1) Gecko/20100101 Firefox/7.0.1

Follow-up Comment #3, bug #34602 (project gnustep):

__block is not a reserved word, but just a preprocessor define --

#define __block __attribute__((__blocks__(byref)))

Of course, I suppose Apple may change this in the future.

Thanks

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34602>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]