Skip to content
Snippets Groups Projects
Commit 48d17cdb authored by Nishanth Menon's avatar Nishanth Menon
Browse files

[COMMON][TRACE] Add debug print if chdir does not work


yet another gcc 5.2 nuisance. fixes:
common/trace.c: In function ‘trace_perf_capture’:
common/trace.c:1633:2: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
  chdir("/data");
  ^

Reported-by: default avatarRobert C Nelson <robertcnelson@gmail.com>
Signed-off-by: default avatarNishanth Menon <nm@ti.com>
parent 06588afe
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment