@codebrainz
Yes, both variant works fine. Only one warning:

In file included from /usr/include/x86_64-linux-gnu/sys/stat.h:25:0,
                 from glspi_app.c:8:
/usr/include/features.h:183:3: warning: #warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE" [-Wcpp]
 # warning "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
   ^~~~~~~

I added line #define _DEFAULT_SOURCE /* fix warning with glibc >= 2.20 */ below.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.