зеркало из https://github.com/mozilla/pjs.git
Bug 534918: Add 'default' case to switch statement in nsThebesDeviceContext::SetDPI(), to fix build warnings. r=mfinkle
This commit is contained in:
Родитель
489c3d216f
Коммит
df4eb81ad7
|
@ -659,6 +659,9 @@ nsThebesDeviceContext::SetDPI()
|
|||
dpi = lDPI;
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
NS_NOTREACHED("Unexpected printing surface type");
|
||||
break;
|
||||
}
|
||||
dotsArePixels = PR_FALSE;
|
||||
} else {
|
||||
|
|
Загрузка…
Ссылка в новой задаче