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

Fixup redundant redeclaration of 'csp_rtable_load' #176

Merged
merged 1 commit into from Nov 18, 2020

Conversation

nickoe
Copy link
Contributor

@nickoe nickoe commented Nov 18, 2020

Would otherwise get:

../../lib/libcsp/include/csp/csp_rtable.h:108:5: warning: redundant redeclaration of 'csp_rtable_load' [-Wredundant-decls]
  108 | int csp_rtable_load(const char * rtable);
      |     ^~~~~~~~~~~~~~~
../../lib/libcsp/include/csp/csp_rtable.h:97:5: note: previous declaration of 'csp_rtable_load' was here
   97 | int csp_rtable_load(const char * rtable);
      |

Would otherwise get:
../../lib/libcsp/include/csp/csp_rtable.h:108:5: warning: redundant redeclaration of 'csp_rtable_load' [-Wredundant-decls]
  108 | int csp_rtable_load(const char * rtable);
      |     ^~~~~~~~~~~~~~~
../../lib/libcsp/include/csp/csp_rtable.h:97:5: note: previous declaration of 'csp_rtable_load' was here
   97 | int csp_rtable_load(const char * rtable);
      |
@johandc johandc merged commit 93bebd9 into libcsp:master Nov 18, 2020
@nickoe nickoe deleted the fix_redundant_redeclaration branch November 18, 2020 23:14
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

2 participants