Revision: 55595
http://sourceforge.net/p/brlcad/code/55595
Author: starseeker
Date: 2013-05-29 23:54:43 +0000 (Wed, 29 May 2013)
Log Message:
-----------
Avoid a set-but-unused warning.
Modified Paths:
--------------
brlcad/trunk/src/libbu/affinity.c
Modified: brlcad/trunk/src/libbu/affinity.c
===================================================================
--- brlcad/trunk/src/libbu/affinity.c 2013-05-29 23:23:43 UTC (rev 55594)
+++ brlcad/trunk/src/libbu/affinity.c 2013-05-29 23:54:43 UTC (rev 55595)
@@ -119,7 +119,7 @@
/* don't know how to set thread affinity on this platform */
cpu = 0; /* do something with cpu to avoid an unused parameter warning */
- return 0;
+ return cpu;
#endif
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits