Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
nima
/
python-dmidecode
Public
Notifications
You must be signed in to change notification settings
Fork
29
Star
42
Code
Issues
9
Pull requests
10
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
fix gcc compiling warning info for Smbios 3.3.0
- #43
#43
Merged
lian-bo
merged 16 commits into
nima:smbios-3.3.0
nima/python-dmidecode:smbios-3.3.0
from
HuO50:smbios-3.3.0
HuO50/python-dmidecode:smbios-3.3.0
Copy head branch name to clipboard
Oct 24, 2022
Conversation
Commits
16
(16)
Checks
Files changed
Merged
fix gcc compiling warning info for Smbios 3.3.0
#43
lian-bo
merged 16 commits into
nima:smbios-3.3.0
nima/python-dmidecode:smbios-3.3.0
from
HuO50:smbios-3.3.0
HuO50/python-dmidecode:smbios-3.3.0
Copy head branch name to clipboard
Commits
Commits on Oct 22, 2022
fix warning argument 1 null where non-null expected
Show description for 2f4d895
HuO50
committed
2f4d895
View commit details
Copy full SHA for 2f4d895
Browse repository at this point
fix warning: ignoring return value of 'legacy_decode'
Show description for 5c2d56c
HuO50
committed
5c2d56c
View commit details
Copy full SHA for 5c2d56c
Browse repository at this point
fix warning: comparison of integer expressions of different signedness
Show description for 163fe6e
HuO50
committed
163fe6e
View commit details
Copy full SHA for 163fe6e
Browse repository at this point
fix warning: suggest parentheses around '&&' within '||'
Show description for 4b3d528
HuO50
committed
4b3d528
View commit details
Copy full SHA for 4b3d528
Browse repository at this point
fix warning: variable 'eptype' set but not used
Show description for b9d8101
HuO50
committed
b9d8101
View commit details
Copy full SHA for b9d8101
Browse repository at this point
fix warning: unused variable 'ver'
Show description for 168cc81
HuO50
committed
168cc81
View commit details
Copy full SHA for 168cc81
Browse repository at this point
fix warning: passing argument 3 of 'dmi_slot_peers' from incompatible pointer type
Show description for 369c9be
HuO50
committed
369c9be
View commit details
Copy full SHA for 369c9be
Browse repository at this point
src/dmidecode.c: In function 'dmi_tpm_characteristics': src/dmidecode.c:4788:24: warning: 'return' with a value, in function returning void [-Wreturn-type] 4788 | return data_n; | ^~~~~~
HuO50
committed
e438d91
View commit details
Copy full SHA for e438d91
Browse repository at this point
fix warning: suggest parentheses around assignment used as truth value
Show description for 2e29bf2
HuO50
committed
2e29bf2
View commit details
Copy full SHA for 2e29bf2
Browse repository at this point
fix warning: suggest parentheses around assignment used as truth value
Show description for ddc6e0d
HuO50
committed
ddc6e0d
View commit details
Copy full SHA for ddc6e0d
Browse repository at this point
fix warning: unused variable 'addrstr'
Show description for 4c547ef
HuO50
committed
4c547ef
View commit details
Copy full SHA for 4c547ef
Browse repository at this point
fix warning: unused variable 'attr'
Show description for 6e24d9b
HuO50
committed
6e24d9b
View commit details
Copy full SHA for 6e24d9b
Browse repository at this point
fix warning: passing argument 2 of 'dmi_tpm_vendor_id' makes pointer from integer without a cast
Show description for d52d234
HuO50
committed
d52d234
View commit details
Copy full SHA for d52d234
Browse repository at this point
fix warning: variable 'str_n' set but not used
Show description for a8755ea
HuO50
committed
a8755ea
View commit details
Copy full SHA for a8755ea
Browse repository at this point
fix warning: this 'if' clause does not guard
Show description for b76eadf
HuO50
committed
b76eadf
View commit details
Copy full SHA for b76eadf
Browse repository at this point
Merge pull request #1 from nima/smbios-3.3.0
Show description for e7ed843
HuO50
authored
e7ed843
View commit details
Copy full SHA for e7ed843
Browse repository at this point
You can’t perform that action at this time.