WaE: gcc 4.6.0 various warnings
This commit is contained in:
parent
890219fa02
commit
1ee2893b84
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ namespace canvas
|
||||||
"PriorityBooster::PriorityBooster(): Was not able to modify thread priority" );
|
"PriorityBooster::PriorityBooster(): Was not able to modify thread priority" );
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
nDelta = 0; // #i55991# placate gcc warning
|
(void)nDelta;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue