Prepared release 4.99.24rc8.
Improve makefiles: If astyle is not there, just replace it with no-op echo because compiling is nevertheless possible.
Add gnutls include flags explicitly in those Makefiles where they are needed.
Windows: Fix missing GWENHYWFAR_CB declaration of testSignals function.
Fix compiler warning about unused variable if HAVE_I18N is unset.
Fix printf format specifiers for windows compatibility using macros from <inttypes.h>
Now really fixed after d86a71a0 and deccd267.
Fix another windows printf format specifier.
Similar to and copied from be69cdb9.
Fix missing GWENHYWFAR_CB attribute at function definition.
Was missing since aee95892, checked with cross-compile to i686-w64-ming32 host.
Partially reverted a previous commit.
Actually, we do need GWEN_InetAddr_ModuleInit() et al.
More work on compiler warnings.
More fixes for compiler warnings.
Fixed compiler warnings.
Added entry to TODO.
BUILD: Disable some warnings, started fixing compiler warnings.
Prepared release 4.99.23rc7
ConfigMgrDir: Increased verbosity in GWEN_ConfigMgrDir_MkUniqueIdFromId()
ConfigMgr: Add GWENHYWFAR_CB to virtual functions.
More printf format specifier standarization from <inttypes.h>
Minor windows debug output improvement (maybe a problem with the format specifier?)
In this particular case, a printf format specifier for size_t is needed,but <inttypes.h> does not have one. We define our own, inspired from here:https://stackoverflow.com/questions/44382862/how-to-printf-a-size-t-without-warning-in-mingw-w64-gcc-7-1
For explanation, see e.g.https://en.cppreference.com/w/cpp/header/cinttypeshttps://stackoverflow.com/questions/16859500/mmh-who-are-you-priu64
Fixed a bug introduced by my latest commit.
GTK3 GUI: Fixed memory leaks.
Minor windows warnings fixed
- missing include for _mkdir- Removed cast from void* (8 byte on x86_64) to int in debug output- Commented out unused variable (set but not used)
Minor windows compile warnings improved
- unused static function, unused variable ifdef'd out
Auch abrufbar als: Atom