From 72cf09d617ed1e7855356f7576ff8584ba6e8167 Mon Sep 17 00:00:00 2001 From: Matt Mower Date: Thu, 12 Nov 2015 01:29:58 -0600 Subject: mtp: Address clang compilation errors * Move default value of debug_enabled to declaration * Set more-correct fake values for MtpProperty sets Change-Id: Ife3c15ac6c908848c16a609e8e505336e53c19d8 --- mtp/twrpMtp.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mtp/twrpMtp.hpp') diff --git a/mtp/twrpMtp.hpp b/mtp/twrpMtp.hpp index ec7cd4b59..9ad270c72 100755 --- a/mtp/twrpMtp.hpp +++ b/mtp/twrpMtp.hpp @@ -33,7 +33,7 @@ class twrpMtp { public: - twrpMtp(int debug_enabled /* = 0 */); + twrpMtp(int debug_enabled = 0); pthread_t threadserver(void); pid_t forkserver(int mtppipe[2]); void addStorage(std::string display, std::string path, int mtpid, uint64_t maxFileSize); -- cgit v1.2.3