X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/8aec287e64b0da470b03a636b99d3292b489b235..2e4986a88d5dbf180dc3829a67b5f420e727d470:/tests/synclines.at diff --git a/tests/synclines.at b/tests/synclines.at index a464e87e..c12ab9b7 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-2012 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])