r53922 should work, was editing on a different system to compiling and extra parentheses somehow broke MSVC.
On Sun, Jan 20, 2013 at 10:40 PM, Мукаев Виктор <[email protected]> wrote: > Still broken with -r53921 > > the same errors: > http://www.pasteall.org/38981 > >>Campbell Barton ideasman42 at gmail.com >>Sun Jan 20 09:56:18 CET 2013 > >> Strange issue. >> >> With a function that's defined as 'void func(...)' >> >> msvc failed with: (func(...)) >> but this works: (func(...), (void)0) >> >> found by trial and error, still not sure why this is. gcc & clang work >> fine. >> committed r53918 >> >> >> ------------------------------ >> >> _______________________________________________ >> Bf-committers mailing list >> [email protected] >> http://lists.blender.org/mailman/listinfo/bf-committers >> > _______________________________________________ > Bf-committers mailing list > [email protected] > http://lists.blender.org/mailman/listinfo/bf-committers -- - Campbell _______________________________________________ Bf-committers mailing list [email protected] http://lists.blender.org/mailman/listinfo/bf-committers
