Subversion Repositories wimsdev

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
14873 1899 d 11 h georgesk /trunk/wims/src/ This commit is about support for gcc-10. This version of gcc
is not yet mandatory, but soon gcc-9 will be outdated, and it
is good to take some advance now. Gcc-10 raises errors for every
multiple declaration of a variable, and there were many of them
in the source code.

In all but one case, the solution was to declare extern clauses in
header (.h) files, and to check that the actual variable is declared
in one of the .c file to be compiled and linked.

The file config.c contained one unused variable, with a conflicting
name, now it is commented out.

Dear coworkers, if you read those lines please review carefully the
changes. I did my best, but error is human.
 
8219 3937 d 16 h bpr /trunk/wims/src/ [minor/clean] dependencies in Makefile  
8195 3946 d 20 h bpr /trunk/wims/src/ [major/clean] clean differents definitions of errors (give differents names)
delete error1 error2 error3 which do not seem useful.
- clean Makefile
 
8185 3948 d 17 h bpr /trunk/wims/src/ [major] - delete the include *.c in wims.c and wimslogd.c
- clean makefil
- delete hmname.c (part in rawmath.c, part in Misc/html2msg.c
- ...
 
8161 3953 d 17 h bpr /trunk/wims/src/Misc/symtext/ [minor/clean] delete include *.c  
10 6559 d 14 h reyssat /trunk/wims/src/ partial (src) import of 3.62