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

Allow use of "#pragma once" as an include guard for lint #3

Merged
merged 1 commit into from
Aug 15, 2020

Conversation

cyrossignol
Copy link

Most Gridcoin-specific headers use #pragma once as an include guard. This changes the lint rules to allow #pragma once in addition to the standard #ifndef/#define macro guards.

gridcoin-community#1823

Most Gridcoin-specific headers use "#pragma once" as an include guard.
This changes the lint rules to allow "#pragma once" in addition to the
standard "#ifndef"/"#define" macro guards.
@div72 div72 merged commit dc1d813 into div72:lint Aug 15, 2020
@cyrossignol cyrossignol deleted the lint branch August 15, 2020 15:06
div72 pushed a commit that referenced this pull request Nov 21, 2022
util: Fix some bugs due to new implementation and change in BOINC dir handling
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.

2 participants