mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-24 22:22:21 +00:00
Remove uses of the 'casts as lvalues' gcc extension.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18534 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9bbcb2bec2
commit
3c7cd0b0ba
6 changed files with 14 additions and 5 deletions
|
@ -75,7 +75,7 @@
|
|||
{
|
||||
if (((id)buffer) == _myTarget)
|
||||
{
|
||||
((id)buffer) = self;
|
||||
buffer = self;
|
||||
[anInvocation setReturnValue: buffer];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue