mirror of https://github.com/BOINC/boinc.git
Mac: Fix linker warning
This commit is contained in:
parent
4f5fd8899c
commit
2a104e29e5
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue