Skip to content

Instantly share code, notes, and snippets.

Created August 8, 2013 21:48
Show Gist options
  • Save anonymous/6189093 to your computer and use it in GitHub Desktop.
Save anonymous/6189093 to your computer and use it in GitHub Desktop.
/home/user/src/mozilla-release/toolkit/crashreporter/client/crashreporter_gtk_common.cpp:148:30: error: comparison between pointer and integer ('gchar *' (aka 'char *') and 'int')
0:33.03 if (port && host && host != '\0') {
0:33.03 ~~~~ ^ ~~~~
0:33.03 Warning: -Wdeprecated-writable-strings in /home/user/src/mozilla-release/toolkit/crashreporter/client/crashreporter_gtk_common.cpp: conversion from string literal to 'char *const' is deprecated
0:33.03 /home/user/src/mozilla-release/toolkit/crashreporter/client/crashreporter_gtk_common.cpp:399:7: warning: conversion from string literal to 'char *const' is deprecated [-Wdeprecated-writable-strings]
0:33.03 "mv",
0:33.03 ^
0:33.06 1 warning and 1 error generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment