X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Futils.c;h=81e93952ad139ad9466a9723099a7884d0911c5c;hb=184597e3d22331d64e93acab4691670534f218cb;hp=1e3b91344d24ae58470b2cb966758402bd41c322;hpb=bbbfd84979130a11aebf172cf7d0d24e28165258;p=lttng-tools.git diff --git a/src/bin/lttng/utils.c b/src/bin/lttng/utils.c index 1e3b91344..81e93952a 100644 --- a/src/bin/lttng/utils.c +++ b/src/bin/lttng/utils.c @@ -51,7 +51,8 @@ static const char *str_function = "Function"; static char *_get_session_name(int quiet) { - char *path, *session_name = NULL; + const char *path; + char *session_name = NULL; /* Get path to config file */ path = utils_get_home_dir(); @@ -158,7 +159,7 @@ unsigned int fls_u32(uint32_t x) #define HAS_FLS_U32 #endif -#if defined(__x86_64) +#if defined(__x86_64) && defined(__LP64__) static inline unsigned int fls_u64(uint64_t x) {