mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
move warning to FIXME
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@66 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
|||||||
|
|
||||||
CNFSMountGui::CNFSMountGui()
|
CNFSMountGui::CNFSMountGui()
|
||||||
{
|
{
|
||||||
#warning move probing from exec() to fsmounter
|
// FIXME #warning move probing from exec() to fsmounter
|
||||||
m_nfs_sup = CFSMounter::FS_UNPROBED;
|
m_nfs_sup = CFSMounter::FS_UNPROBED;
|
||||||
m_cifs_sup = CFSMounter::FS_UNPROBED;
|
m_cifs_sup = CFSMounter::FS_UNPROBED;
|
||||||
m_lufs_sup = CFSMounter::FS_UNPROBED;
|
m_lufs_sup = CFSMounter::FS_UNPROBED;
|
||||||
@@ -195,7 +195,7 @@ int CNFSMountGui::menu()
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
#warning MESSAGEBOX_NO_YES_XXX is defined in neutrino.cpp, too!
|
// FIXME #warning MESSAGEBOX_NO_YES_XXX is defined in neutrino.cpp, too!
|
||||||
#define MESSAGEBOX_NO_YES_OPTION_COUNT 2
|
#define MESSAGEBOX_NO_YES_OPTION_COUNT 2
|
||||||
const CMenuOptionChooser::keyval MESSAGEBOX_NO_YES_OPTIONS[MESSAGEBOX_NO_YES_OPTION_COUNT] =
|
const CMenuOptionChooser::keyval MESSAGEBOX_NO_YES_OPTIONS[MESSAGEBOX_NO_YES_OPTION_COUNT] =
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user