Minor bug in MUL2 macro in /libmemdraw/draw.c

10 views
Skip to first unread message

clasp126...@icebubble.org

unread,
Feb 23, 2022, 2:25:51 PM2/23/22
to infer...@googlegroups.com
There appears to be a minor bug at /libmemdraw/draw.c:29:

#define MUL2(u, v, x, y)

is missing a parameter named "t". Since MUL2 is never called from the
code, the compiler will never complain. But this is, technically, an
error in the macro implementation.
Reply all
Reply to author
Forward
0 new messages