diff options
author | EKR <ekr@rtfm.com> | 2016-03-13 16:58:32 +0100 |
---|---|---|
committer | EKR <ekr@rtfm.com> | 2016-03-13 16:58:32 +0100 |
commit | 998822c731cc6f7dbfb0bd50acefe6dcd92a60df (patch) | |
tree | eee0954fa21ba9501194aed6f3d87c52823f3fd9 /lib/util | |
parent | b888fe4827c2837666b54e5a4252ce83ae85ec47 (diff) | |
download | nss-hg-998822c731cc6f7dbfb0bd50acefe6dcd92a60df.tar.gz |
Bug 1256630 - Fix scan-build errors. r=mt
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/verref.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/util/verref.h b/lib/util/verref.h index 2d141bb5c..70492f04f 100644 --- a/lib/util/verref.h +++ b/lib/util/verref.h @@ -28,6 +28,9 @@ #endif { extern const char NSS_VERSION_VARIABLE[]; +#if defined(__GNUC__) + __attribute__((unused)) +#endif volatile const char _nss_version_c = NSS_VERSION_VARIABLE[0]; } #undef NSS_VERSION_VARIABLE |