Skip to content

Instantly share code, notes, and snippets.

@aprieger-llnw
Created June 16, 2017 17:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aprieger-llnw/9107cf87b7ee961c51b0e8b3d311445f to your computer and use it in GitHub Desktop.
Save aprieger-llnw/9107cf87b7ee961c51b0e8b3d311445f to your computer and use it in GitHub Desktop.
diff3.c:1408:26: warning: format string is not a string literal (potentially insecure) [-Wformat-security]
fprintf (outputfile, line_prefix);
^~~~~~~~~~~
diff3.c:1408:26: note: treat the string as an argument to avoid this
fprintf (outputfile, line_prefix);
^
"%s",
1 warning generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment