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

Updating SMBios data types. #24

Merged
merged 3 commits into from
Jun 20, 2024
Merged

Updating SMBios data types. #24

merged 3 commits into from
Jun 20, 2024

Conversation

PerryWerneck
Copy link
Owner

No description provided.

@PerryWerneck PerryWerneck added the enhancement New feature or request label Jun 20, 2024
@PerryWerneck PerryWerneck self-assigned this Jun 20, 2024
Comment on lines +587 to +595
/*
#ifdef _MSC_VER
char str[20];
snprintf(str,19,"%u",(unsigned int) type);
throw std::system_error(ENOENT,std::system_category(),string{"Invalid SMBIos structure type: "}+str);
#else
throw std::system_error(ENOENT,std::system_category(),string{"Invalid SMBIos structure type: "}+std::to_string((int) type));
#endif // _MSC_VER
*/

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
@PerryWerneck PerryWerneck merged commit 536babd into master Jun 20, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant