fix incorrect warning fix in dds_entity_observer_unregister
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
		
							parent
							
								
									b7487b18a6
								
							
						
					
					
						commit
						b3bf57de00
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1201,7 +1201,7 @@ dds_entity_observer_unregister(
 | 
			
		|||
        rc = dds_entity_observer_unregister_nl(e, observer);
 | 
			
		||||
        dds_entity_unlock(e);
 | 
			
		||||
    } else{
 | 
			
		||||
        rc = DDS_ERRNO(rc, "Error occurred on locking entity");
 | 
			
		||||
        (void)DDS_ERRNO(rc, "Error occurred on locking entity");
 | 
			
		||||
    }
 | 
			
		||||
    return rc;
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue