summaryrefslogtreecommitdiffstats
path: root/cmds/bootanimation/BootAnimation.h
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-10-26 11:16:23 -0700
committerSteve Kondik <steve@cyngn.com>2015-10-26 16:09:32 -0700
commit197eec258d04e74e6e4ab68fddd14e8c5474bc59 (patch)
treefdcc5d0e0dcb786afc7a45d4811fc47f3dfbc6e3 /cmds/bootanimation/BootAnimation.h
parent034b71e3970196eaa4e9f8b435f3a0e7ca3957db (diff)
downloadframeworks_base-197eec258d04e74e6e4ab68fddd14e8c5474bc59.zip
frameworks_base-197eec258d04e74e6e4ab68fddd14e8c5474bc59.tar.gz
frameworks_base-197eec258d04e74e6e4ab68fddd14e8c5474bc59.tar.bz2
bootanimation: Fix compilation warnings
Change-Id: Iaf7e66811f3cecf8b5b1fa690941489a7a07f7fd
Diffstat (limited to 'cmds/bootanimation/BootAnimation.h')
-rw-r--r--cmds/bootanimation/BootAnimation.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cmds/bootanimation/BootAnimation.h b/cmds/bootanimation/BootAnimation.h
index 09ea484..5bc1e8a 100644
--- a/cmds/bootanimation/BootAnimation.h
+++ b/cmds/bootanimation/BootAnimation.h
@@ -94,8 +94,8 @@ private:
bool movie();
enum ImageID { IMG_DATA = 0, IMG_SYS = 1, IMG_ENC = 2 };
- char *getAnimationFileName(ImageID image);
- char *getBootRingtoneFileName(ImageID image);
+ const char *getAnimationFileName(ImageID image);
+ const char *getBootRingtoneFileName(ImageID image);
void playBackgroundMusic();
bool checkBootState();
void checkExit();
@@ -115,7 +115,6 @@ private:
ZipFileRO *mZip;
};
-static void* playMusic(void* arg);
// ---------------------------------------------------------------------------
}; // namespace android