gtkapp: Avoid warning.
The gtkapp is to test functionality, not performance. Change-Id: I357777f7bd5609af1e8b6658607c73b23b78e857
This commit is contained in:
parent
9f04503f34
commit
b2b3ccdee5
1 changed files with 1 additions and 1 deletions
|
@ -766,7 +766,7 @@ public:
|
|||
_shutdown(false)
|
||||
{
|
||||
int maxConcurrency = 2;
|
||||
#if MOBILEAPP
|
||||
#if MOBILEAPP && !defined(GTKAPP)
|
||||
# warning "Good defaults ? - 2 for iOS, 4 for Android ?"
|
||||
#else
|
||||
const char *max = getenv("MAX_CONCURRENCY");
|
||||
|
|
Loading…
Reference in a new issue