pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/16215 )
Change subject: scheduler_trx.c: cast ptrdiff value to fix printf format ...................................................................... Patch Set 2: > Patch Set 2: > > actually %t seems to be the format string for ptrdiff_t Yes %td, but I preferred simply casting because I was unsure old compilers would support it (quick reading looked like available only in fairly new std C). explicit cast should work also for really old compilers (which we use in some cross toolchains). -- To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/16215 To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-bts Gerrit-Branch: master Gerrit-Change-Id: I701b3dbc4e84db21cf02305d374b0df731e70313 Gerrit-Change-Number: 16215 Gerrit-PatchSet: 2 Gerrit-Owner: pespin <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: laforge <[email protected]> Gerrit-Reviewer: pespin <[email protected]> Gerrit-Comment-Date: Tue, 26 Nov 2019 09:52:11 +0000 Gerrit-HasComments: No Gerrit-Has-Labels: No Gerrit-MessageType: comment
