Skip to content

Commit f7bd7ff

Browse files
committed
Fix warning: ISO C forbids an empty translation unit
1 parent 2be940f commit f7bd7ff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pamu2fcfg/readpassphrase.c

+3
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,7 @@ static void handler(int s)
211211

212212
signo[s] = 1;
213213
}
214+
215+
#else /* HAVE_READPASSPHRASE */
216+
typedef int make_iso_compilers_happy;
214217
#endif /* HAVE_READPASSPHRASE */

0 commit comments

Comments
 (0)