mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	Fixed GCC warnings
This commit is contained in:
		| @@ -43,7 +43,7 @@ namespace ArduinoJson | |||||||
|  |  | ||||||
|         private: |         private: | ||||||
|             Internals::JsonValue* items; |             Internals::JsonValue* items; | ||||||
|             int count, capacity; |             int capacity, count; | ||||||
|         }; |         }; | ||||||
|     } |     } | ||||||
| } | } | ||||||
| @@ -55,8 +55,7 @@ namespace ArduinoJson | |||||||
|  |  | ||||||
|         private: |         private: | ||||||
|             KeyValuePair* items; |             KeyValuePair* items; | ||||||
|             int count; |             int capacity, count; | ||||||
|             int capacity; |  | ||||||
|         }; |         }; | ||||||
|     } |     } | ||||||
| } | } | ||||||
		Reference in New Issue
	
	Block a user