[Pkg-ofed-commits] r515 - /trunk/opensm/trunk/include/vendor/osm_vendor.h

gmpc-guest at alioth.debian.org gmpc-guest at alioth.debian.org
Mon Dec 21 10:17:38 UTC 2009


Author: gmpc-guest
Date: Mon Dec 21 10:17:38 2009
New Revision: 515

URL: http://svn.debian.org/wsvn/pkg-ofed/?sc=1&rev=515
Log:
Remove solo #elif to allow building on gcc>=4.4

Modified:
    trunk/opensm/trunk/include/vendor/osm_vendor.h

Modified: trunk/opensm/trunk/include/vendor/osm_vendor.h
URL: http://svn.debian.org/wsvn/pkg-ofed/trunk/opensm/trunk/include/vendor/osm_vendor.h?rev=515&op=diff
==============================================================================
--- trunk/opensm/trunk/include/vendor/osm_vendor.h (original)
+++ trunk/opensm/trunk/include/vendor/osm_vendor.h Mon Dec 21 10:17:38 2009
@@ -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




More information about the Pkg-ofed-commits mailing list