mirror of
				https://github.com/boostorg/system.git
				synced 2025-11-03 17:21:54 +01:00 
			
		
		
		
	quiet compiler warning
[SVN r39375]
This commit is contained in:
		@@ -431,7 +431,7 @@ namespace boost
 | 
			
		||||
      return "error: should never be called";
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    inline std::string error_category::message( int ev ) const
 | 
			
		||||
    inline std::string error_category::message( int ) const
 | 
			
		||||
    { 
 | 
			
		||||
      static std::string s("error: should never be called");
 | 
			
		||||
      return s;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user