We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1898e commit 677543dCopy full SHA for 677543d
1 file changed
src/pci.h
@@ -40,7 +40,7 @@ class PciHandle
40
#endif
41
42
#if defined(__FreeBSD__) || defined(__DragonFly__) || defined(__linux__)
43
- uint32 groupnr;
+ uint32 groupnr{};
44
45
uint32 bus;
46
uint32 device;
0 commit comments