X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/bdc360ae58d652f2cb5f5145844c359e1a3e5d3c..5422d56a718805a2470558808355e04182a12d65:/tests/synclines.at diff --git a/tests/synclines.at b/tests/synclines.at index a464e87e..42b2a667 100644 --- a/tests/synclines.at +++ b/tests/synclines.at @@ -1,5 +1,6 @@ # Executing Actions. -*- Autotest -*- -# Copyright (C) 2002, 2004-2005, 2007, 2009-2010 Free Software + +# Copyright (C) 2002, 2004-2005, 2007, 2009-2011 Free Software # Foundation, Inc. # This program is free software: you can redistribute it and/or modify @@ -87,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])