This test contains a non-void function with no explicit return,
causing it to fail when built with -Werror=return-type. This patch adds
a return to the function.
Details
Details
- Reviewers
mclow.lists EricWF
Diff Detail
Diff Detail
Event Timeline
Comment Actions
I think this fix is OK, but I'm not clear on why we need both C and D, so perhaps it is important that the function does not have a return statement.
Comment Actions
LGTM.
C and D are different failure modes for uses_allocator, since the standard says that it has to be a nested type.