bugGNUstep - Bugs: bug #17007, compiler warning for NSTextView.m

Group
 
 

bug #17007: compiler warning for NSTextView.m

Submitter:  Patrick McFarland <diablod3>
Submitted:  Tue 04 Jul 2006 04:22:37 PM UTC
   
 
Category:  Gui/AppKit Severity:  1 - Wish
Item Group:  Change Request Status:  Invalid
Privacy:  Public Assigned to:  FredKiefer
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 18 Feb 2007 08:17:45 PM UTC, comment #1: 

The first warning was a superflous one from the compiler, which has been removed from newer gcc releases.
The second one is correct, but harmless. The offending method is defined in the same file, but in a different category.

Fred Kiefer <FredKiefer>
Group Member
Tue 04 Jul 2006 04:22:37 PM UTC, original submission:  

NSTextView.m: In function ‘-[NSTextView setMarkedText:selectedRange:]’:
NSTextView.m:1664: warning: conflicting types for ‘-(void)setMarkedText:(NSString *)aString selectedRange:(NSRange)selRange’
../Headers/AppKit/NSInputManager.h:41: warning: previous declaration of ‘-(void)setMarkedText:(id)aString selectedRange:(NSRange)selRange’
NSTextView.m: At top level:
NSTextView.m:2446: warning: incomplete implementation of class ‘NSTextView’
NSTextView.m:2446: warning: method definition for ‘-selectedRange’ not found
NSTextView.m:2446: warning: class ‘NSTextView’ does not fully implement the ‘NSTextInput’ protocol

Patrick McFarland <diablod3>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by FredKiefer (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2007-02-19 FredKiefer Open/ClosedDeclined Closed
    2007-02-18 FredKiefer StatusNone Invalid
        Assigned toNone FredKiefer
        Open/ClosedOpen Declined
    2006-07-04 CaS Severity3 - Normal 1 - Wish
        Item GroupBug Change Request

    Back to the top

    Powered by Savane 3.13-caa5.
    Corresponding source code