summaryrefslogtreecommitdiff
path: root/doc/fr/weechat_plugin_api.fr.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-11-13 20:48:04 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-11-13 20:48:04 +0100
commit88adc5d703a9b8b74dde76f106bb80fc1320dcca (patch)
treefb07d70f8a727c3fc1fa4ae0eaf3fee7ad115dae /doc/fr/weechat_plugin_api.fr.adoc
parentb2d9b2f0ba24f5c563135a415218f7b674df278b (diff)
downloadweechat-88adc5d703a9b8b74dde76f106bb80fc1320dcca.zip
doc: add missing variable "pointer" to make C compiler really happy (plugin API reference)
Diffstat (limited to 'doc/fr/weechat_plugin_api.fr.adoc')
-rw-r--r--doc/fr/weechat_plugin_api.fr.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc
index b07bc4587..2371a1aaa 100644
--- a/doc/fr/weechat_plugin_api.fr.adoc
+++ b/doc/fr/weechat_plugin_api.fr.adoc
@@ -197,6 +197,7 @@ commande_double_cb (const void *pointer, void *data,
int argc, char **argv, char **argv_eol)
{
/* pour que le compilateur C soit content */
+ (void) pointer;
(void) data;
(void) buffer;
(void) argv;