Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove gmnow() helper fxn from ros3 VFD #5219

Closed
wants to merge 1 commit into from

Conversation

derobins
Copy link
Member

@derobins derobins commented Jan 9, 2025

Replace with gmtime(time(NULL))

The unused pointer arg in time() is obsolescent and should be NULL in new code. When the pointer is NULL, the time call cannot fail.

Replace with gmtime(time(NULL))

The unused pointer arg in time() is obsolescent and should be NULL
in new code. When the pointer is NULL, the time call cannot fail.
@derobins derobins added Priority - 3. Low 🔽 Code cleanup, small feature change requests, etc. Component - C Library Core C library issues (usually in the src directory) Component - Testing Code in test or testpar directories, GitHub workflows Type - Improvement Improvements that don't add a new feature or functionality labels Jan 9, 2025
@derobins
Copy link
Member Author

derobins commented Jan 9, 2025

@derobins derobins closed this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - C Library Core C library issues (usually in the src directory) Component - Testing Code in test or testpar directories, GitHub workflows Priority - 3. Low 🔽 Code cleanup, small feature change requests, etc. Type - Improvement Improvements that don't add a new feature or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant