Quellcode durchsuchen

Minor warning fix

Michael Ragazzon vor 3 Jahren
Ursprung
Commit
7714a1c4f6
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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]);
 				result &= item.property_definition->ParseValue(new_property, default_omitted_values[i]);
 				dictionary.SetProperty(item.property_id, new_property);
 				dictionary.SetProperty(item.property_id, new_property);
 			}
 			}
+			(void)result;
 			RMLUI_ASSERT(result);
 			RMLUI_ASSERT(result);
 		}
 		}
 	}
 	}