mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Stuff a variable declaration inside a #if block that is only used for that
#if.
This commit is contained in:
parent
e9eda3a1e9
commit
cefdc4ef10
2 changed files with 4 additions and 0 deletions
|
|
@ -731,7 +731,9 @@ read_s0()
|
|||
static int
|
||||
write_s0()
|
||||
{
|
||||
#ifdef NOT_NOW
|
||||
int flag;
|
||||
#endif
|
||||
if (iotest) {
|
||||
print_s0(-1);
|
||||
return 0;
|
||||
|
|
|
|||
|
|
@ -731,7 +731,9 @@ read_s0()
|
|||
static int
|
||||
write_s0()
|
||||
{
|
||||
#ifdef NOT_NOW
|
||||
int flag;
|
||||
#endif
|
||||
if (iotest) {
|
||||
print_s0(-1);
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue