Skip to content

Commit

Permalink
Fix probably-harmless type mismatch in nogss.c (and #include "putty.h…
Browse files Browse the repository at this point in the history
…" to stop

it happening again; this was spotted by GCC's "-flto" option).


git-svn-id: svn://svn.tartarus.org/sgt/putty@9114 cda61777-01e9-0310-a592-d414129be87e
  • Loading branch information
jacob committed Mar 2, 2011
1 parent 354562c commit 7628982
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nogss.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
* use for them.
*/

#include "putty.h"

const int ngsslibs = 0;
const char *const gsslibnames[1] = { "dummy" };
const char *const gsslibkeywords[1] = { "dummy" };

const struct keyval gsslibkeywords[1] = { { "dummy", 0 } };

0 comments on commit 7628982

Please sign in to comment.