Mac: Fix linker warning

This commit is contained in:
Charlie Fenton 2012-12-14 17:35:04 -08:00 committed by Oliver Bock
parent 4f5fd8899c
commit 2a104e29e5
2 changed files with 6 additions and 2 deletions

View File

@ -7718,6 +7718,10 @@ Charlie 14 Dec 2012
Charlie 14 Dec 2012
- OpenCL: Eliminate spurious error message when an OpenCL platform exists
but the computer has no corresponding devices.
- Mac: Fix linker warning.
client/
gpu_opencl.cpp
mac_build/
boinc.xcodeproj/
project.pbxproj

View File

@ -3616,7 +3616,7 @@
LIBRARY_SEARCH_PATHS = (
"../../wxMac-2.8.10/src/build/Deployment/",
"\"$(SRCROOT)/../../wxMac-2.8.10/src/build/Deployment\"",
"/../../sqlite-autoconf-3071401/.libs/",
"../../sqlite-autoconf-3071401/.libs/",
);
OTHER_CFLAGS = (
"-DHAVE_CONFIG_H",
@ -3663,7 +3663,7 @@
LIBRARY_SEARCH_PATHS = (
"../../wxMac-2.8.10/src/build/Deployment/",
"\"$(SRCROOT)/../../wxMac-2.8.10/src/build/Deployment\"",
"/../../sqlite-autoconf-3071401/.libs/",
"../../sqlite-autoconf-3071401/.libs/",
);
OTHER_CFLAGS = (
"-DHAVE_CONFIG_H",