]> sigrok.org Git - libsigrok.git/commit
output/analog: Fix a compiler warning on Mac OS X.
authorUwe Hermann <redacted>
Sun, 18 Feb 2018 20:23:28 +0000 (21:23 +0100)
committerUwe Hermann <redacted>
Sun, 18 Feb 2018 20:36:18 +0000 (21:36 +0100)
commit374b0a94b211d244cf7802751ed45c2059e1550a
treeb8bfb0ae85985f2ea2c0df4233ae512ba94ae2a4
parent65788048f0e74461b63ad623a821377857ed4aaa
output/analog: Fix a compiler warning on Mac OS X.

Apparently PRIu64 and G_GUINT64_FORMAT differ on some systems for
unknown reasons. Use G_GUINT64_FORMAT to get rid of the warning
for now.
src/output/analog.c