mirror of
				https://github.com/FreeRTOS/FreeRTOS-Kernel.git
				synced 2025-11-04 02:59:01 +01:00 
			
		
		
		
	fix warnings from "gcc -Wconversion" (#1271)
fix warnings from "gcc -Wconversion" Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
This commit is contained in:
		
							parent
							
								
									4ee6a1f22f
								
							
						
					
					
						commit
						d03233f209
					
				@ -1059,8 +1059,8 @@
 | 
				
			|||||||
                                                  configRUN_TIME_COUNTER_TYPE * pulTotalRunTime ) /* PRIVILEGED_FUNCTION */
 | 
					                                                  configRUN_TIME_COUNTER_TYPE * pulTotalRunTime ) /* PRIVILEGED_FUNCTION */
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            UBaseType_t uxReturn = 0;
 | 
					            UBaseType_t uxReturn = 0;
 | 
				
			||||||
            UBaseType_t xIsTaskStatusArrayWriteable = pdFALSE;
 | 
					            BaseType_t xIsTaskStatusArrayWriteable = pdFALSE;
 | 
				
			||||||
            UBaseType_t xIsTotalRunTimeWriteable = pdFALSE;
 | 
					            BaseType_t xIsTotalRunTimeWriteable = pdFALSE;
 | 
				
			||||||
            uint32_t ulArraySize = ( uint32_t ) uxArraySize;
 | 
					            uint32_t ulArraySize = ( uint32_t ) uxArraySize;
 | 
				
			||||||
            uint32_t ulTaskStatusSize = ( uint32_t ) sizeof( TaskStatus_t );
 | 
					            uint32_t ulTaskStatusSize = ( uint32_t ) sizeof( TaskStatus_t );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user