Am Donnerstag, 12. Januar 2012, 23:27:28 schrieb Julien Cristau:
> On Thu, Jan 12, 2012 at 19:30:21 +0100, Johannes Obermayr wrote:
>
> > Ping.
> >
> Your patch was broken. If you want somebody to apply it, send a fixed
> one first?
>
> Cheers,
> Julien
Maybe you should
- tell people that they shall/must "fix" sth. and
- should not be silent (for ~ 2 weeks)
- if they contradict and explain why they mean it is right so.
Silence is neither approval nor refusal - it is just an act of discourtesy by
maintainers ...
>From 529714780887499a1fafe60b7ad45ea4324869d5 Mon Sep 17 00:00:00 2001
From: Johannes Obermayr <[email protected]>
Date: Thu, 3 Nov 2011 23:22:34 +0100
Subject: [PATCH] Fix warning: control reaches end of non-void function.
---
src/vb_i2c.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/vb_i2c.c b/src/vb_i2c.c
index 96e26e3..6fc95c9 100755
--- a/src/vb_i2c.c
+++ b/src/vb_i2c.c
@@ -1632,6 +1632,7 @@ BOOLEAN bReadClockLine(PXGI_HW_DEVICE_INFO pHWDE)
return(bReadClockLineFCNT(pHWDE));
else
ErrorF("Error(XGI) : Unkonwn output device! \n");
+ return FALSE;
}
BOOLEAN bReadDataLine(PXGI_HW_DEVICE_INFO pHWDE)
@@ -1644,6 +1645,7 @@ BOOLEAN bReadDataLine(PXGI_HW_DEVICE_INFO pHWDE)
return(bReadDataLineFCNT(pHWDE));
else
ErrorF("Error(XGI) : Unkonwn output device! \n");
+ return FALSE;
}
BOOLEAN bEDIDCheckSum(PUCHAR pjEDIDBuf,ULONG ulBufSize)
@@ -1890,4 +1892,4 @@ BOOLEAN bGetEDID(
PDEBUGI2C(ErrorF("bGetEDID()-return(%d)\n", status == NO_ERROR ? 1:0));
return (status == NO_ERROR);
-}
\ No newline at end of file
+}
--
1.7.7
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel