mirror of
https://github.com/protocolbuffers/protobuf
synced 2026-08-26 02:23:14 -04:00
[ObjC] Remove the C++ version check in the test.
The enum still work, and it doesn't seem worth keeping this gate that has to be updated. Xcode 26 beta 1 tripped this. PiperOrigin-RevId: 770210931
This commit is contained in:
parent
3451fa12e1
commit
e39b79f94e
1 changed files with 0 additions and 5 deletions
|
|
@ -24,11 +24,6 @@
|
|||
// Sanity check the conditions of the test within the Xcode project.
|
||||
#if !__cplusplus
|
||||
#error This isn't compiled as Objective C++?
|
||||
#elif __cplusplus >= 201103L
|
||||
// If this trips, it means the Xcode default might have change (or someone
|
||||
// edited the testing project) and it might be time to revisit the GPB_ENUM
|
||||
// define in GPBBootstrap.h.
|
||||
#warning Did the Xcode default for C++ spec change?
|
||||
#endif
|
||||
|
||||
// Dummy XCTest.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue