Arg, this strncasecmp mess was really a pandora box. I hope this fix is
the last one.
Thanks
Brice



Le 08/09/2014 20:31, Ralph Castain a écrit :
> Hey guys
>
> With the Intel compilers, you get an error in 1.9.1 relating to your
> private/misc.h header:
>
> In file included from bitmap.c(12):
> /home/common/openmpi/svn-trunk/opal/mca/hwloc/hwloc191/hwloc/include/private/misc.h(364):
> warning #266: function "tolower" declared implicitly
>       char c1 = tolower(*s1), c2 = tolower(*s2);
>                 ^
>
>
> It is missing
>
> #include <ctype.h>
>
>
> Ralph
>
>
>
> _______________________________________________
> hwloc-devel mailing list
> hwloc-de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/hwloc-devel
> Link to this post: 
> http://www.open-mpi.org/community/lists/hwloc-devel/2014/09/4203.php

Reply via email to