gnustep-dev
[Top][All Lists]
Advanced

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

Re: Issues on WindowMaker


From: Fred Kiefer
Subject: Re: Issues on WindowMaker
Date: Sun, 29 May 2011 20:53:21 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.17) Gecko/20110414 SUSE/3.1.10 Thunderbird/3.1.10

On 29.05.2011 02:06, Germán Arias wrote:
On jue, 2011-05-26 at 18:22 -0600, Germán Arias wrote:
Sometimes (only in WindowMaker) isn't possible miniaturize a window,
(the window becomes miniaturized, but is deminiaturized immediately).
Also  MiniWindows don't get the appropriate icon (for example in Gemas,
all miniwindows have the AppIcon, instead the corresponding icon for the
file).

Trying to understand what are happening here. I recompile all, and
notice some warnings that maybe help with this. I'm using GCC 4.6:

BASE
====

Making all for subproject ObjectiveC2...
  Compiling file blocks_runtime.m ...
blocks_runtime.m: In the function ‘_Block_copy’:
blocks_runtime.m:215:20: warning: take the direction of the expression
of type 'id' [enabled by default]
blocks_runtime.m: In the function ‘_Block_release’:
blocks_runtime.m:238:20: warning: take the direction of the expression
of type 'id' [enabled by default]


GUI
===

  Compiling file NSButtonCell.m ...
NSButtonCell.m: In the function ‘-[NSButtonCell
drawImage:withFrame:inView:]’:
NSButtonCell.m:938:7: warning: implicit declaration of function
‘round’ [-Wimplicit-function-declaration]
NSButtonCell.m:938:30: warning: incompatible implicit declaration of
built-in function ‘round’ [enabled by default]

  Compiling file NSEvent.m ...
NSEvent.m: In the function ‘-[NSEvent initWithCoder:]’:
NSEvent.m:795:11: warning: case value ‘0’ isn't an enumerated type
‘NSEventType’ [-Wswitch]
NSEvent.m:813:11: warning: case value ‘18’ isn't an enumerated type
‘NSEventType’ [-Wswitch]
NSEvent.m:814:11: warning: case value ‘19’ isn't an enumerated type
‘NSEventType’ [-Wswitch]
NSEvent.m:815:11: warning: case value ‘20’ isn't an enumerated type
‘NSEventType’ [-Wswitch]

Back
====

  Compiling file GSGState.m ...
GSGState.m: In the function ‘-[GSGState(Ops) GSSetFillColorspace:]’:
GSGState.m:302:3: warning: receptor type 'void *' invalid [enabled by
default]
GSGState.m: In the function ‘-[GSGState(Ops) GSSetStrokeColorspace:]’:
GSGState.m:313:3: warning: receptor type 'void *' invalid [enabled by
default]


I ignore all warnings about unused variables.

All these warnings are rather harmless. (BTW, did you translate them back from Spanish into English?)

I would be interested in the unused variables warnings you are getting for gui and back, though.



reply via email to

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