]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
async/Stack.cc: fix conversion specifier
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Fri, 13 Oct 2017 19:28:30 +0000 (21:28 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 25 Oct 2017 16:14:05 +0000 (18:14 +0200)
commitc6e4ea9cf0e5df2fa51f58370e387dccfa1676d6
tree2825d120386afe9bb0feaa24418a36878f2abc04
parent1ad4a131712b51dc6f7725b0c5f88d480eeeaad2
async/Stack.cc: fix conversion specifier

Fix for:

[src/msg/async/Stack.cc:42]: (warning) %d in format string (no. 1)
 requires 'int' but the argument type is 'unsigned int'.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/msg/async/Stack.cc