Author: bdrewery Date: Fri Mar 25 04:16:04 2016 New Revision: 297266 URL: https://svnweb.freebsd.org/changeset/base/297266
Log: Make GCC happy by removing empty #elif. Sponsored by: EMC / Isilon Storage Division Modified: head/contrib/ofed/management/opensm/include/vendor/osm_vendor.h Modified: head/contrib/ofed/management/opensm/include/vendor/osm_vendor.h ============================================================================== --- head/contrib/ofed/management/opensm/include/vendor/osm_vendor.h Fri Mar 25 02:54:13 2016 (r297265) +++ head/contrib/ofed/management/opensm/include/vendor/osm_vendor.h Fri Mar 25 04:16:04 2016 (r297266) @@ -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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"