ソースを参照

fix compile warning on gcc7 (#32)

master
Johnathan Jenkins Arun Prakash Jana 8年前
コミット
67b96d4f07
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      nnn.c

+ 2
- 2
nnn.c ファイルの表示

@@ -1558,7 +1558,7 @@ nochange:
}

/* Fall through to exit */
}
} // fallthrough
case SEL_QUIT:
dentfree(dents);
return;
@@ -2082,7 +2082,7 @@ main(int argc, char *argv[])
while ((opt = getopt(argc, argv, "dSp:vh")) != -1) {
switch (opt) {
case 'S':
bsizeorder = 1;
bsizeorder = 1; // fallthrough
case 'd':
/* Open in detail mode, if set */
showdetail = 1;


読み込み中…
キャンセル
保存