[Gambas-bugtracker] Bug #2446: Error in compile of core count when not linux or bsd

bugtracker at gambaswiki.org bugtracker at gambaswiki.org
Fri Jan 7 05:16:00 CET 2022


http://gambaswiki.org/bugtracker/edit?object=BUG.2446&from=L21haW4-

Brian G reported a new bug.

Summary
-------

Error in compile of core count when not linux or bsd

Type             : Bug
Priority         : Medium
Gambas version   : Unknown
Product          : Unknown


Description
-----------

gb_system_temp.h:	fprintf(stderr, "gbx" GAMBAS_VERSION ": warning: don't know how to return cpu count\n");
                                             ^ ) expected
Should be  
gb_system_temp.h:	fprintf(stderr, "gbx%d: warning: don't know how to return cpu count\n",GAMBAS_VERSION);


System information
------------------

master




More information about the Bugtracker mailing list