Hello,

will it be more appropriate to change the SC_FUNC_RETURN (and similar) define
from:
#define SC_FUNC_RETURN(ctx, level, r) { \
...
}

to:
#define SC_FUNC_RETURN(ctx, level, r) do { \
...
} while(0)

Kind wishes,
Viktor.

_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to