Commit Graph

8 Commits

Author SHA1 Message Date
7ed05ee32f *internal screaming* 2023-10-25 10:12:49 -05:00
Robert Clausecker
22da6c5d7d add support to build on freebsd 2021-10-15 02:17:03 +02:00
Andras Tantos
8baf5f2e62 Modifications and bug-fixes to make Mosaic compile and run under UNICOS. (part 2)
The changes mostly revolve around:
- Type changes and casts to make the picky C-compiler happy
- Fixed bug in XmxExtractToken where it would not zero out bits 16-31 on a non-32-bit system
- Added back old getline implementation as its missing on UNICOS
- Added some missing typedefs and conditional directives to turn on the relevant code pieces for UNICOS
2020-09-10 12:32:06 +02:00
Robert Clausecker
1446c97470 Automatically remove trailing whitespace 2013-03-10 01:59:42 +01:00
Robert Clausecker
62396c5250 Fix even more warnings in libwww2
Now that -Wall is turned on, it's possible to remove all sort of
unused / unread variables and even fix one case of a missing
initialization.
2013-03-10 01:49:39 +01:00
Robert Clausecker
39b76427ae Fix some warnings in libwww2
The directory libwww2 now compiles without any warnings with gcc and clang.
2013-03-10 00:06:50 +01:00
Robert Clausecker
a00b1bdd48 Enable compilation with clang
Some functions that ought to return a value call return without any value. This
commit adds a dummy value to each of those returns so that clang stops
complaining.
2013-03-09 18:32:44 +01:00
Alan Dipert
29c82be0c2 init 2010-03-08 05:55:21 -05:00