Issue418

Title compile warning: chat.c: In function ‘chat_push_topic’
Priority bug Status resolved
Assigned To ahuillet Keywords
Linked issues Watchers Maria Grazia, salimiles

Submitted on 2011-07-29 10h15 by matthiaskrgr, last changed by ahuillet.

Messages
Author: matthiaskrgr Date: 2011-07-29   10h15
r4884 introduces compile warnings:

chat.c: In function ‘chat_push_topic’:
chat.c:141:35: warning: assignment discards qualifiers from pointer target type

Someone should probably fix these one day.
Author: ahuillet Date: 2011-07-29   14h34
I've contacted Xenux privately to ask him to look at it. I forgot that Maria
could take care of it as well.
Author: matthiaskrgr Date: 2011-08-04   13h32
Patch: Review Request 1360 by Miles.
Assigning to him.
Author: salimiles Date: 2011-08-04   15h18
Rb1360 needs Maria or Xenux's input.
Author: ahuillet Date: 2011-08-04   18h46
Fixed properly in r4904.
History
Date User Action Args
2011-08-04 18:46:28ahuilletsetstatus: open -> resolved
assignedto: salimiles -> ahuillet
messages: + msg1491
nosy: salimiles, Maria Grazia
2011-08-04 15:18:24salimilessetmessages: + msg1485
2011-08-04 13:32:22matthiaskrgrsetassignedto: Maria Grazia -> salimiles
messages: + msg1478
nosy: + salimiles
2011-07-29 14:34:10ahuilletsetassignedto: Maria Grazia
messages: + msg1384
nosy: + Maria Grazia
2011-07-29 12:17:30matthiaskrgrsettitle: chat.c: In function ‘chat_push_topic’:compile warning: -> compile warning: chat.c: In function ‘chat_push_topic’
2011-07-29 10:15:39matthiaskrgrcreate