Files
libstrophe-gh/examples
Oleg Synelnykov 198bdd77d0 Remove -Wno-unused-parameter
Introduced UNUSED macro with cast to void in commoh.h for internal
use. Used cast to void directly in those files which do not
include common.h. Although this change doesn't fix semantic issues
with unused function parameters, it does explicitly mark all those
places, which might require attention in future.
2020-03-31 17:37:12 +03:00
..
2020-03-31 17:37:12 +03:00
2020-03-31 17:37:12 +03:00
2020-03-31 17:37:12 +03:00
2020-03-31 17:37:12 +03:00
2016-04-14 15:23:38 +00:00
2020-03-31 17:37:12 +03:00
2020-03-31 17:37:12 +03:00
2020-03-31 17:37:12 +03:00
2020-03-31 17:37:12 +03:00

Build Instructions

Compile example files with the following gcc flags:

gcc -o bot bot.c `pkg-config --cflags --libs libstrophe`