Closed tongtybj closed 12 months ago
"register" specifier is depreacated, and is not allowed in c++17.
"register": https://www.ibm.com/docs/en/zos/2.2.0?topic=specifiers-register-storage-class-specifier
Besides, the calculation of GPS time conversion is light enough, thus register storage should be unnecessary.
What is this
"register" specifier is depreacated, and is not allowed in c++17.
Details
"register": https://www.ibm.com/docs/en/zos/2.2.0?topic=specifiers-register-storage-class-specifier
Besides, the calculation of GPS time conversion is light enough, thus register storage should be unnecessary.