]> Savannah Git Hosting - gnulib.git/commit
mountlist: avoid an unused-label warning on OS X
authorJim Meyering <meyering@fb.com>
Sun, 28 Jun 2015 20:11:04 +0000 (13:11 -0700)
committerJim Meyering <meyering@fb.com>
Sun, 28 Jun 2015 20:11:04 +0000 (13:11 -0700)
commit70551613133c3d8193c8923f1d219dec0e2f0943
treee2dc1602a28d9e843d071b0a93c7205ad7106a9a
parentc3cf2ea4640b83ee201d6ef2fc180191f898b210
mountlist: avoid an unused-label warning on OS X

* lib/mountlist.c (read_file_system_list) [MOUNTED_GETMNTINFO]:
Building on OS X, I saw a warning about the "free_then_fail" label
being unused.  Give it the _GL_UNUSED_LABEL attribute.
ChangeLog
lib/mountlist.c