Skip to content

Commit

Permalink
Removed compilation warning - replaced by comment
Browse files Browse the repository at this point in the history
git-svn-id: http://macgpg.svn.sourceforge.net/svnroot/macgpg/GPGME/trunk@1834 c19e94ca-3d1d-0410-add0-bf5d5e3bda8e
  • Loading branch information
davelopper committed Apr 6, 2008
1 parent 627f8e8 commit d798912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GPGKey.m
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ - (GPGKey *) publicKey
if(![self isSecret])
return self;
else{
#warning FIXME: Cache result!
// TODO: Cache result
GPGContext *aContext = [[GPGContext alloc] init];
GPGKey *aKey = nil;

Expand Down

0 comments on commit d798912

Please sign in to comment.