Re: [HACKERS] clang warning on master

2014-08-29 Thread Tom Lane
Pavel Stehule writes: > I see a lot of warnings > [pavel@localhost postgresql]$ make all | grep warning > exec.c:280:2: warning: implicitly declaring library function 'strlcpy' with > type 'unsigned long (char *, const char *, unsigned long)' > strlcpy(link_buf, fname, sizeof(link_buf));

[HACKERS] clang warning on master

2014-08-29 Thread Pavel Stehule
Hi I see a lot of warnings [pavel@localhost postgresql]$ make all | grep warning exec.c:280:2: warning: implicitly declaring library function 'strlcpy' with type 'unsigned long (char *, const char *, unsigned long)' strlcpy(link_buf, fname, sizeof(link_buf)); ^ exec.c:280:2: note: