From cc1a7498949c9fc4d2d88e8d06cce4e2a539cb2c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 20 Sep 2014 16:19:06 -0600 Subject: [PATCH] Changes to get an NxWM configuration building correctly after all of the naming changes --- nxwm/include/{cnxterm.h => cnxterm.hxx} | 2 +- nxwm/src/cmediaplayer.cxx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename nxwm/include/{cnxterm.h => cnxterm.hxx} (99%) 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