Skip to content

Fix incrrect header guards.#1

Open
EmployedRussian wants to merge 1 commit intoinsilico:publicfrom
EmployedRussian:public
Open

Fix incrrect header guards.#1
EmployedRussian wants to merge 1 commit intoinsilico:publicfrom
EmployedRussian:public

Conversation

@EmployedRussian
Copy link

This fixes Clang warning:
./phase.h:14:9: warning: '_HAPPHASE_H' is used as a header guard here, followed by #define of a different macro [-Wheader-guard] ./phase.h:15:9: note: 'HAPPHASE_H' is defined here; did you mean '_HAPPHASE_H'?

This fixes Clang warning:
./phase.h:14:9: warning: '__HAPPHASE_H_' is used as a header guard here, followed by #define of a different macro [-Wheader-guard]
./phase.h:15:9: note: '__HAPPHASE_H__' is defined here; did you mean '__HAPPHASE_H_'?
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.

1 participant