From f346c1f6b55f87ebd6bb0b0932462d5514aa40ff Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Fri, 9 Oct 2009 00:29:06 +0200 Subject: add -ansi flag to default warnings --- utils/parseargs.c | 30 +++++++++++++++--------------- utils/parseargs.h | 26 +++++++++++++------------- 2 files changed, 28 insertions(+), 28 deletions(-) (limited to 'utils') diff --git a/utils/parseargs.c b/utils/parseargs.c index 8e84a9bd..c5f3007e 100644 --- a/utils/parseargs.c +++ b/utils/parseargs.c @@ -6,21 +6,21 @@ * Copyright 1996-2003 Glyph & Cog, LLC */ -//======================================================================== -// -// Modified under the Poppler project - http://poppler.freedesktop.org -// -// Poppler project changes to this file are under the GPLv2 or later license -// -// All changes made under the Poppler project to this file are licensed -// under GPL version 2 or later -// -// Copyright (C) 2008, 2009 Albert Astals Cid -// -// To see a description of the changes please see the Changelog file that -// came with your tarball or type make ChangeLog if you are building from git -// -//======================================================================== +/*======================================================================== + + Modified under the Poppler project - http://poppler.freedesktop.org + + Poppler project changes to this file are under the GPLv2 or later license + + All changes made under the Poppler project to this file are licensed + under GPL version 2 or later + + Copyright (C) 2008, 2009 Albert Astals Cid + + To see a description of the changes please see the Changelog file that + came with your tarball or type make ChangeLog if you are building from git + +========================================================================*/ #include #include diff --git a/utils/parseargs.h b/utils/parseargs.h index 44184217..410dcc46 100644 --- a/utils/parseargs.h +++ b/utils/parseargs.h @@ -6,19 +6,19 @@ * Copyright 1996-2003 Glyph & Cog, LLC */ -//======================================================================== -// -// Modified under the Poppler project - http://poppler.freedesktop.org -// -// All changes made under the Poppler project to this file are licensed -// under GPL version 2 or later -// -// Copyright (C) 2008 Albert Astals Cid -// -// To see a description of the changes please see the Changelog file that -// came with your tarball or type make ChangeLog if you are building from git -// -//======================================================================== +/*======================================================================== + + Modified under the Poppler project - http://poppler.freedesktop.org + + All changes made under the Poppler project to this file are licensed + under GPL version 2 or later + + Copyright (C) 2008 Albert Astals Cid + + To see a description of the changes please see the Changelog file that + came with your tarball or type make ChangeLog if you are building from git + +========================================================================*/ #ifndef PARSEARGS_H #define PARSEARGS_H -- cgit v1.2.3