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

Fix #66, remove compiler extensions from tbldefs #67

Merged
merged 2 commits into from
Feb 16, 2023

Conversation

jphickey
Copy link
Contributor

Checklist (Please check before submitting)

Describe the contribution
Do not declare tables as "static" w/attribute "used", neither are needed, and build works fine without any special sauce.

This also makes the table name consistent by removing the "Default" in the name - it is still the same table, the name does not need to change just because it happens to be the default value.

Fixes #66

Testing performed
Build and run all tests
Run HS app and confirm normal startup, tables loaded

Expected behavior changes
None

System(s) tested on
Debian

Contributor Info - All information REQUIRED for consideration of pull request
Joseph Hickey, Vantage Systems, Inc.

Do not declare tables as "static" w/attribute "used", neither are
needed, and build works fine without any special sauce.

This also makes the table name consistent by removing the "Default" in
the name - it is still the same table, the name does not need to
change just because it happens to be the default value.
@dzbaker
Copy link
Contributor

dzbaker commented Feb 16, 2023

CCB 16 February 2023: Approved pending removal of missed instance.

@dzbaker dzbaker merged commit 53bf044 into nasa:main Feb 16, 2023
jphickey added a commit to jphickey/HS that referenced this pull request Feb 16, 2023
corrects a whitespace issue from a previous PR
dzbaker added a commit that referenced this pull request Feb 16, 2023
HotFix #67, correct whitespace per clang-format
@dmknutsen dmknutsen added this to the Equuleus milestone May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove use of compiler extension in table file definitions
4 participants