Fix #1: Build without warnings #3

Merged
mgrettondann merged 5 commits from origin/1-compile-without-warnings into main 2024-03-15 15:39:46 +00:00
Showing only changes of commit b993c46cce - Show all commits

View File

@@ -2055,10 +2055,9 @@ static void write_ArglistElement();
The routine \verb|write_tex| takes two file names as parameters: the The routine \verb|write_tex| takes two file names as parameters: the
name of the web source file and the name of the \verb|.tex| output file. name of the web source file and the name of the \verb|.tex| output file.
@o latex.c -cc -d @o latex.c -cc -d
@{void write_tex(file_name, tex_name, sector) @{void write_tex(file_name, tex_name)
char *file_name; char *file_name;
char *tex_name; char *tex_name;
unsigned char sector;
{ {
FILE *tex_file = fopen(tex_name, "w"); FILE *tex_file = fopen(tex_name, "w");
if (tex_file) { if (tex_file) {