Revision: 70438
          http://sourceforge.net/p/brlcad/code/70438
Author:   brlcad
Date:     2017-11-27 05:18:00 +0000 (Mon, 27 Nov 2017)
Log Message:
-----------
fix return type

Modified Paths:
--------------
    brlcad/trunk/src/other/gdal/port/cpl_cpu_features.cpp

Modified: brlcad/trunk/src/other/gdal/port/cpl_cpu_features.cpp
===================================================================
--- brlcad/trunk/src/other/gdal/port/cpl_cpu_features.cpp       2017-11-27 
05:17:35 UTC (rev 70437)
+++ brlcad/trunk/src/other/gdal/port/cpl_cpu_features.cpp       2017-11-27 
05:18:00 UTC (rev 70438)
@@ -202,7 +202,7 @@
 
 #else
 
-int CPLHaveRuntimeAVX()
+bool CPLHaveRuntimeAVX()
 {
     return false;
 }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to