Commit ed63674b authored by Alexis La Goutte's avatar Alexis La Goutte

Fix GCC build with -Werror

timegm.h:30:8: error: C++ style comments are not allowed in ISO C90 [-Werror]
parent 9228e223
......@@ -27,7 +27,7 @@
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif // HAVE_CONFIG_H
#endif /* HAVE_CONFIG_H */
#ifdef __cplusplus
extern "C" {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment