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

Changed lingering header include guards to pragma once. #546

Merged
merged 1 commit into from Jul 6, 2014
Merged

Changed lingering header include guards to pragma once. #546

merged 1 commit into from Jul 6, 2014

Conversation

workhorsy
Copy link
Contributor

Some headers where using #ifndef to guard being including multiple times. But most were using pragma once. So for consistency I changed them all to use pragma once.

Some headers where using #ifndef to guard being including multiple times. But most were using pragma once. So for consistency I changed them all to use pragma once.
@RachelBryk
Copy link
Member

LGTM

@RachelBryk
Copy link
Member

@dolphin-emu-bot rebuild

@workhorsy
Copy link
Contributor Author

Do users need to be in a special group or something, to tell dolphin-emu-bot to do a rebuild?

@delroth
Copy link
Member

delroth commented Jul 2, 2014

Yes, this is because anyone could submit malware in a PR and get our build
infrastructure to execute it otherwise. Most people who have ever
contributed a few changes to Dolphin get automatic PR rebuilds and can
trigger rebuilds on other people's PRs.

On Wed, Jul 2, 2014 at 10:30 AM, Matt Jones notifications@github.com
wrote:

Do users need to be in a special group or something, to tell
dolphin-emu-bot to do a rebuild?


Reply to this email directly or view it on GitHub
#546 (comment).

Pierre "delroth" Bourdon delroth@gmail.com
Software Engineer @ Zürich, Switzerland
http://code.delroth.net/

@workhorsy workhorsy closed this Jul 4, 2014
@workhorsy workhorsy deleted the header_guard_to_pragma_once branch July 4, 2014 16:08
@workhorsy workhorsy restored the header_guard_to_pragma_once branch July 4, 2014 17:46
@workhorsy workhorsy reopened this Jul 4, 2014
@degasus
Copy link
Member

degasus commented Jul 6, 2014

LGTM

neobrain added a commit that referenced this pull request Jul 6, 2014
Changed lingering header include guards to pragma once.
@neobrain neobrain merged commit a798548 into dolphin-emu:master Jul 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants