Menu

#12 Hwut stub does not allow functions without arguments

v1.0_(example)
pending
None
5
2014-07-03
2014-06-26
Anonymous
No

Hwut shows an error during compile process when a function without arguments is used to generate a hwut stub.

Discussion

  • Anonymous

    Anonymous - 2014-07-03

    The problem seems to be the _FUNCS version of the function, because these stubs are generated for a function 'f':

    typedef void (f_FUNC)();
    typedef void (
    f_FUNCS)(int CallCount, );

     
  • Frank-Rene Schäfer

    • status: open --> pending
    • assigned_to: Frank-Rene Schäfer
     
  • Frank-Rene Schäfer

    This is done in the last release.
    Please, confirm.

     
  • Anonymous

    Anonymous - 2014-07-03

    I can confirm that a stub of the form "void f();" now works. The only thing not working is "void f(void);" which generates "typedef void (f_FUNCS)(int CallCount, void);.

     

Anonymous
Anonymous

Add attachments
Cancel