X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/26fba7b2a3d4744d8e8024468e1d4d626257597d..bb69632a56a827bed4cfae842bfffa88259ac1aa:/src/html/htmprint.cpp diff --git a/src/html/htmprint.cpp b/src/html/htmprint.cpp index 79544586f5..80277e0336 100644 --- a/src/html/htmprint.cpp +++ b/src/html/htmprint.cpp @@ -200,8 +200,10 @@ void wxHtmlPrintout::OnPreparePrinting() int ppiPrinterX, ppiPrinterY; GetPPIPrinter(&ppiPrinterX, &ppiPrinterY); + wxUnusedVar(ppiPrinterX); int ppiScreenX, ppiScreenY; GetPPIScreen(&ppiScreenX, &ppiScreenY); + wxUnusedVar(ppiScreenX); wxDisplaySize(&scr_w, &scr_h); GetDC()->GetSize(&dc_w, &dc_h);