Jelajahi Sumber

Minor warning fix

Michael Ragazzon 3 tahun lalu
induk
melakukan
7714a1c4f6
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      Source/Core/PropertySpecification.cpp

+ 1 - 0
Source/Core/PropertySpecification.cpp

@@ -291,6 +291,7 @@ bool PropertySpecification::ParseShorthandDeclaration(PropertyDictionary& dictio
 				result &= item.property_definition->ParseValue(new_property, default_omitted_values[i]);
 				dictionary.SetProperty(item.property_id, new_property);
 			}
+			(void)result;
 			RMLUI_ASSERT(result);
 		}
 	}