Merge remote-tracking branches 'neheb/fwhfggwe', 'neheb/nvm2', 'neheb/nvm22', 'neheb/bvm' and 'neheb/cl2'

This commit is contained in:
Max Kellermann
2020-03-16 17:25:50 +01:00
116 changed files with 253 additions and 262 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ public:
throw std::runtime_error("dbus_message_iter_append_fixed_array() failed");
return *this;
};
}
AppendMessageIter &AppendFixedArray(ConstBuffer<uint32_t> value) {
return AppendFixedArray(DBUS_TYPE_UINT32,
+1 -1
View File
@@ -71,7 +71,7 @@ public:
return error.message;
}
gcc_noreturn
[[noreturn]]
void Throw(const char *prefix) const;
void CheckThrow(const char *prefix) const;
};