Skip to content

Fix GCC 5 error/warnings in HDR demo - #8252

Merged
ev-mp merged 1 commit into
realsenseai:developmentfrom
ev-mp:hdr_fixes
Jan 28, 2021
Merged

Fix GCC 5 error/warnings in HDR demo#8252
ev-mp merged 1 commit into
realsenseai:developmentfrom
ev-mp:hdr_fixes

Conversation

@ev-mp

@ev-mp ev-mp commented Jan 27, 2021

Copy link
Copy Markdown
Contributor

Rectifying GCC 5 errors

Comment thread examples/hdr/rs-hdr.cpp
unsigned width = 1280;
unsigned height = 720;
char* title = "RealSense HDR Example";
std::string title = "RealSense HDR Example";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better as const char *, but OK...

@ev-mp
ev-mp merged commit 0261ff7 into realsenseai:development Jan 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants