mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-29 05:55:30 -04:00
[misc] fixes for Clang/C2 compilation support
This commit is contained in:
parent
2e530d5ce7
commit
39d6b90447
13 changed files with 34 additions and 26 deletions
|
@ -50,8 +50,8 @@
|
|||
#include "file.h"
|
||||
|
||||
FILE* log_fd = NULL;
|
||||
static const char* abort_msg = "Too many bad blocks, aborting test\n";
|
||||
static const char* bb_prefix = "Bad Blocks: ";
|
||||
static const char abort_msg[] = "Too many bad blocks, aborting test\n";
|
||||
static const char bb_prefix[] = "Bad Blocks: ";
|
||||
|
||||
/*
|
||||
*From e2fsprogs/lib/ext2fs/badblocks.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue