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