We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c66f2 commit 0b92c2dCopy full SHA for 0b92c2d
1 file changed
Source/bluetooth/drivers/SerialDriver.h
@@ -234,11 +234,12 @@ namespace Bluetooth {
234
Response& operator=(const Response& copy) = delete;
235
236
public:
237
+PUSH_WARNING(DISABLE_WARNING_MAYBE_UNINITIALIZED)
238
inline Response(const command cmd, const uint16_t sequence)
239
: Request(cmd, sequence, _value)
- , _value()
240
{
241
}
242
+POP_WARNING()
243
inline ~Response()
244
245
0 commit comments