Re: [mpich-discuss] Compilation warning with clang
Hi Eric, Thanks for the patch. It looks correct to me. I will prepare it for inclusion in mpich/master soon. Ken On 08/26/2016 03:29 PM, Eric Chamberland wrote:
Hi,
I am getting these little warnings compiling with clang (3.8.1 with -Weverything):
/opt/mpich-3.x_debug/include/mpicxx.h:1528:6: warning: extra ';' after member function definition [-Wextra-semi] }; ^ /opt/mpich-3.x_debug/include/mpicxx.h:1596:6: warning: extra ';' after member function definition [-Wextra-semi] }; ^ /opt/mpich-3.x_debug/include/mpicxx.h:1687:6: warning: extra ';' after member function definition [-Wextra-semi] }; ^ /opt/mpich-3.x_debug/include/mpicxx.h:2365:6: warning: extra ';' after member function definition [-Wextra-semi] }; ^ /opt/mpich-3.x_debug/include/mpicxx.h:2480:6: warning: extra ';' after member function definition [-Wextra-semi] }; ^
Please have a look at the attached patch.
Thanks,
Eric
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
_______________________________________________ discuss mailing list [email protected] To manage subscription options or unsubscribe: https://lists.mpich.org/mailman/listinfo/discuss
participants (1)
-
Kenneth Raffenetti