Hello

Viktor Szakáts wrote:
> 
> ../../wvgsink.c: In function 'HB_FUN_HB_AX_SETUPCONNECTIONPOINT':
> ../../wvgsink.c:516: warning: dereferencing pointer 'hSink.33' does
> break strict-aliasing rules
> 

Have no idea how to cast it.



> ../../wvgsink.c:546: note: initialized from here
> ../../wvgcuig.c: In function 'hb_gt_wvt_PaintGObjects':
> ../../wvgcuig.c:1554: warning: 'iTop' may be used uninitialized in this
> function
> 

Does iTop = 0, etc help ? 
If not, try ( shift declaration lower down the blocks as

      if( gObj->iState == GOBJ_OBJSTATE_ENABLED )
      {
         int iTop = 0, iLeft = 0, iBottom = 0, iRight = 0;

If still not, I have no idea how to pacify.

Regards
Pritpal Bedi

-- 
View this message in context: 
http://www.nabble.com/GCC-4.4.0-warnings-%28only-in-GTWVG%29-tp23733709p23734214.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to