You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A temporary solution would be to switch CoreObject GNUMakefile to GNU99 instead of C99.
Another one would be to define an UNUSED macro that evaluates to nothing when GNUSTEP is defined. This would require to pass an extra flag to disable warnings about unused values in the GNUmakefile.
The first solution is probably the cleanest one currently.
Trying to build on GNUstep I got:
Compiling file Core/COEditingContext.m ...
Core/COEditingContext.m:924:3: error: use of undeclared identifier '__unused'
__unused COPersistentRoot *loaded = [_loadedPersistentRo...
^
1 error generated.
clang 3.7 , Ubuntu 15.10
The text was updated successfully, but these errors were encountered: