diff --git a/nxwm/include/cnxterm.h b/nxwm/include/cnxterm.hxx similarity index 99% rename from nxwm/include/cnxterm.h rename to nxwm/include/cnxterm.hxx index ab188f237..0b35f5449 100644 --- a/nxwm/include/cnxterm.h +++ b/nxwm/include/cnxterm.hxx @@ -80,7 +80,7 @@ namespace NxWM private: CTaskbar *m_taskbar; /**< Reference to the "parent" taskbar */ CApplicationWindow *m_window; /**< Reference to the application window */ - NXTERMi m_nxterm; /**< NxTerm handle */ + NXTERM m_nxterm; /**< NxTerm handle */ pid_t m_pid; /**< Task ID of the NxTerm thread */ /** diff --git a/nxwm/src/cmediaplayer.cxx b/nxwm/src/cmediaplayer.cxx index 32c67c807..f173fb56f 100644 --- a/nxwm/src/cmediaplayer.cxx +++ b/nxwm/src/cmediaplayer.cxx @@ -461,6 +461,7 @@ bool CMediaPlayer::getMediaFile(const NXWidgets::CListBoxDataItem *item) { int errcode = errno; dbg("ERROR: Could not stat file %s: %d\n", filePath, errcode); + UNUSED(errcode); // Make sure there is no previous file information