mirror of
https://github.com/SFML/SFML.git
synced 2025-01-31 13:45:13 +08:00
Ensure diagnostic pop occur before end of header guard
Maybe we just use pragma once...
This commit is contained in:
parent
b7198b08d6
commit
8587a1b946
@ -92,8 +92,8 @@ ALenum alGetLastErrorImpl();
|
||||
} // namespace sf
|
||||
|
||||
|
||||
#endif // SFML_ALCHECK_HPP
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
#endif // SFML_ALCHECK_HPP
|
||||
|
Loading…
Reference in New Issue
Block a user