unchecked chdir warning - Mailing list pgsql-hackers

From Jeff Janes
Subject unchecked chdir warning
Date
Msg-id CAMkU=1y8rRXv+7A4XM7QZqL15BeUEP8YRYu90wObe-hOvxnyZw@mail.gmail.com
Whole thread Raw
Responses Re: unchecked chdir warning
List pgsql-hackers
When compiling with  --enable-profiling using:

gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2)

I get the warning:

ipc.c: In function 'proc_exit':
ipc.c:137:3: warning: ignoring return value of 'chdir', declared with attribute warn_unused_result [-Wunused-result]
   chdir(gprofDirName);
   ^

I don't know if there is anything useful that can be done if the chdir fails.  What is the best way to silence the warning?

Cheers,

Jeff

pgsql-hackers by date:

Previous
From: Oleksandr Shulgin
Date:
Subject: Re: Danger of automatic connection reset in psql
Next
From: Tom Lane
Date:
Subject: Re: unchecked chdir warning