Merge pull request #3534 from jriwanek-forks/sonarlint

Yet more Sonarlint and a few warning fixes.
This commit is contained in:
Miran Grča
2023-08-10 05:13:47 +02:00
committed by GitHub
75 changed files with 1409 additions and 1186 deletions

View File

@@ -38,7 +38,7 @@
#include <86box/vid_mda.h>
#include <86box/vid_xga_device.h>
typedef struct {
typedef struct video_card_t {
const device_t *device;
int flags;
} VIDEO_CARD;