Fix compiler warning
This commit is contained in:
		@@ -242,7 +242,7 @@ namespace ix
 | 
				
			|||||||
        return true;
 | 
					        return true;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    bool RedisClient::stop()
 | 
					    void RedisClient::stop()
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        _stop = true;
 | 
					        _stop = true;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -32,7 +32,7 @@ namespace ix
 | 
				
			|||||||
                       const OnRedisSubscribeResponseCallback& responseCallback,
 | 
					                       const OnRedisSubscribeResponseCallback& responseCallback,
 | 
				
			||||||
                       const OnRedisSubscribeCallback& callback);
 | 
					                       const OnRedisSubscribeCallback& callback);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        bool stop();
 | 
					        void stop();
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    private:
 | 
					    private:
 | 
				
			||||||
        std::string writeString(const std::string& str);
 | 
					        std::string writeString(const std::string& str);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user