diff --git a/src/x11/dcclient.cpp b/src/x11/dcclient.cpp index 4ffef1b17e..b3f7d8c8c5 100644 --- a/src/x11/dcclient.cpp +++ b/src/x11/dcclient.cpp @@ -1965,6 +1965,10 @@ void wxWindowDCImpl::SetPen( const wxPen &pen ) } } + wxUnusedVar(req_dash); + wxUnusedVar(req_nb_dash); + #warning "TODO: support for dashed lines in wxX11" + int capStyle = CapRound; switch (m_pen.GetCap()) {