[vtk-developers] Unused arguments warnings

Bill Lorensen bill.lorensen at gmail.com
Fri Sep 3 12:22:34 EDT 2010


As opposed to wiki examples.

On Fri, Sep 3, 2010 at 11:54 AM, David Doria <daviddoria+vtk at gmail.com> wrote:
>> Another option is:
>>
>> int TestName(int argc, char* argv[])
>> {
>>  (void)argc;
>>  (void)argv;
>>
>> }
>>
>> which is done is some VTK files... Dunno if there is a preferred convention.
>
> If we can come to a consensus on a convention and write it down here:
> http://www.vtk.org/Wiki/VTK_Coding_Standards , I volunteer to make
> everything consistent.
>
> Bill - when you said "is really for internal vtk developers" do you
> mean VTK class functions only as opposed to Tests?
>
> David
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtk-developers
>
>



More information about the vtk-developers mailing list