1
1

libfabric: Gah -- also remove the "pragma pop" line

Thanks to Nathan for pointing out that I missed snipping one line in
2f9c69f016 (I removed the trailing
comment, but not the trailing pragma -- oops!).
Этот коммит содержится в:
Jeff Squyres 2014-12-09 14:03:39 -08:00
родитель 2f9c69f016
Коммит e6c8bfc201

Просмотреть файл

@ -140,7 +140,6 @@ struct fi_eq_cm_entry {
struct fi_info *info;
/* connection data placed here, up to space provided */
uint8_t data[];
#pragma GCC diagnostic pop
};
struct fi_ops_eq {