bradfordboyle / pyglpk

Updated fork of T. Finley's PyGLPK module
GNU General Public License v3.0
14 stars 11 forks source link

Fix ambiguously signed bit-field member #28

Closed bradfordboyle closed 5 years ago

bradfordboyle commented 5 years ago

From LGTM:

Bit fields with integral types should have explicit signedness only It is implementation specific whether an int-typed bit field is signed, so there could be unexpected sign extension or overflow.

bradfordboyle commented 5 years ago

This pull request fixes 1 alert when merging 5b443de5077417124e52b031659b2a968e7fb34f into 59fe7042bf1691a34d4f8bb450111752421d93c5 - view on LGTM.com

fixed alerts:


Comment posted by LGTM.com

bradfordboyle commented 5 years ago

This pull request fixes 1 alert when merging d4eea3419f4c94c9bff644d59fba14aaba1c1b0f into d634b1356f0430b36cb3c3e4cc5131a662a588bb - view on LGTM.com

fixed alerts:


Comment posted by LGTM.com

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.004%) to 93.137% when pulling 5b443de5077417124e52b031659b2a968e7fb34f on fix-bit-field-member into 59fe7042bf1691a34d4f8bb450111752421d93c5 on master.