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

hv: treewide: fix 'Empty parameter list to procedure/function' #1074

Merged
merged 1 commit into from
Aug 21, 2018

Conversation

shiqingg
Copy link
Contributor

Use func(void) rather than func() for the function declaration and
definition based on MISRAC requirement.

Tracked-On: #861
Signed-off-by: Shiqing Gao shiqing.gao@intel.com

Use func(void) rather than func() for the function declaration and
definition based on MISRAC requirement.

Tracked-On: projectacrn#861
Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
@lijinxia
Copy link
Contributor

Verified+1

@lijinxia lijinxia merged commit 1017d91 into projectacrn:master Aug 21, 2018
@shiqingg shiqingg deleted the misrac_empty branch November 28, 2018 06:37
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.

None yet

3 participants