Signed-off-by: Nicolas Morey-Chaisemartin <[email protected]> --- OpenSM build fails on FC11 without this patch (I guess latest gcc considers this an error)
opensm/include/vendor/osm_vendor.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opensm/include/vendor/osm_vendor.h b/opensm/include/vendor/osm_vendor.h index 4d0ae4c..3cde781 100644 --- a/opensm/include/vendor/osm_vendor.h +++ b/opensm/include/vendor/osm_vendor.h @@ -65,7 +65,7 @@ #include <vendor/osm_vendor_ibumad.h> #elif defined( OSM_VENDOR_INTF_AL ) #include <vendor/osm_vendor_al.h> -#elif +#else #error No MAD Interface selected! #error Choose an interface in osm_config.h #endif -- 1.6.2.GIT _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
