bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] [PATCH] Fixing C89 warnings


From: Tim Rühsen
Subject: [Bug-wget] [PATCH] Fixing C89 warnings
Date: Tue, 18 Nov 2014 22:05:14 +0100
User-agent: KMail/4.14.2 (Linux/3.16.0-4-amd64; KDE/4.14.2; x86_64; ; )

This patch fixes most C89 warnings for me (-stdÈ9 -pedantic) since these may
prevent from compiling with MSVC.

There are still some warnings "ISO C forbids conversion of function pointer to
object pointer type [-Wpedantic]" left over. I'll care for these the next
days. There are architectures where function pointers have a different size
from void *. That's why this warning has a meaning.

Tim

Attachment: 0001-Trivial-fixes-for-C89-compliancy.patch
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]