[tuhopuu-devel] Re: [tuhopuu-cvs] CVS commit: tuhopuu3/source/blender/hemesh/intern HE_ErrorState.c HE_EulerOperations.c HE_Event.c HE_Lib.c tuhopuu3/source/blender/hemesh/tools tool_average.c tool_bridge.c tool_del.c tool_drag.c tool_edgesharpen.c tool_extrude.c tool_hide.c tool_joinface.c ...

joeedh joeeagar at prodigy.net
Sun Apr 24 04:34:11 CEST 2005


Chris Want wrote:

>
> Joseph Eagar wrote:
>
>> joeedh (Joseph Eagar) 2005/04/22 03:10:21 CEST
>>   Log:
>>   Added more headers to various files, and made sure all   hemesh 
>> files include "BIF_space.h" for BIF_undo_push().
>
>
> By the way, there are still *heaps* of HE related
> implicit declarations.
>
> Below is a recipe that you
> can use to check for such things:
>
> $ make > /tmp/foo.txt 2>&1 &
> $ grep -i implicit /tmp/foo.txt
>
> HE_EulerOperations.c:176: warning: implicit declaration of function 
> `HET_SelOrDeselAll'
> HE_Event.c:242: warning: implicit declaration of function `mainqenter'
> HE_Select.c:440: warning: implicit declaration of function 
> `force_backbufdraw_ext'
> tool_del.c:44: warning: implicit declaration of function `pupmenu'
> tool_drag.c:45: warning: implicit declaration of function 
> `getmouseco_areawin'
> tool_drag.c:52: warning: implicit declaration of function `project_float'
> tool_drag.c:53: warning: implicit declaration of function `VECCOPY'

Your sources look a little wierd; VECCOPY isn't a function, its a 
macro.  shouldn't even be able to link.

something is still screwy about my compiler.  gerr, msvc is.  . .hard to 
read.

joeedh


More information about the tuhopuu-devel mailing list