equalsraf / vim-qt

An experimental Qt gui for Vim.
129 stars 14 forks source link

channels implementation #7

Open BlackIkeEagle opened 7 years ago

BlackIkeEagle commented 7 years ago

Currently there is still a warning about the channel functionality in vim, I was not yet able to add this feature to vim-qt

gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_QT  -Iqt -I. -I. -I. -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtNetwork -isystem /usr/include/qt/QtCore -I. -isystem /usr/include/libdrm -I/usr/lib/qt/mkspecs/linux-g++    -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1        -pipe -O2 -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt -Wall -W -D_REENTRANT -fPIC -DQT_DEPRECATED_WARNINGS -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/channel.o channel.c
channel.c: In functie ‘channel_gui_register_one’:
channel.c:558:37: let op: unused parameter ‘channel’ [-Wunused-parameter]
 channel_gui_register_one(channel_T *channel, ch_part_T part)
                                     ^~~~~~~
channel.c:558:56: let op: unused parameter ‘part’ [-Wunused-parameter]
 channel_gui_register_one(channel_T *channel, ch_part_T part)
                                                        ^~~~
channel.c: In functie ‘channel_gui_unregister_one’:
channel.c:628:39: let op: unused parameter ‘channel’ [-Wunused-parameter]
 channel_gui_unregister_one(channel_T *channel, ch_part_T part)
                                       ^~~~~~~
channel.c:628:58: let op: unused parameter ‘part’ [-Wunused-parameter]
 channel_gui_unregister_one(channel_T *channel, ch_part_T part)
                                                          ^~~~