X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/6e30ede87a1c39c53842a6a747ecd9f7484d92a5..f95faa25ae175d259c3c3623fc67ab5bd15b5035:/tests/synclines.at diff --git a/tests/synclines.at b/tests/synclines.at index d7220c78..c12ab9b7 100644 --- a/tests/synclines.at +++ b/tests/synclines.at @@ -1,6 +1,6 @@ # Executing Actions. -*- Autotest -*- -# Copyright (C) 2002, 2004, 2005, 2007, 2009, 2010 Free Software +# Copyright (C) 2002, 2004-2005, 2007, 2009-2012 Free Software # Foundation, Inc. # This program is free software: you can redistribute it and/or modify @@ -88,6 +88,7 @@ m4_define([AT_TEST_SYNCLINE], AT_DATA([syncline.c], [[#error "1" +int i; // avoids -pedantic warning about an empty translation unit ]]) AT_SYNCLINES_COMPILE([syncline.c])