Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
35641ddb
Commit
35641ddb
authored
16 years ago
by
Emmanuel Milou
Browse files
Options
Downloads
Patches
Plain Diff
Add -Wno-return-type compilation flag to remove warnings; Update version number in configure.ac
parent
ba9e6b43
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure.ac
+4
-4
4 additions, 4 deletions
configure.ac
sflphone-gtk/configure.ac
+2
-2
2 additions, 2 deletions
sflphone-gtk/configure.ac
sflphone-gtk/src/menus.c
+1
-1
1 addition, 1 deletion
sflphone-gtk/src/menus.c
with
7 additions
and
7 deletions
configure.ac
+
4
−
4
View file @
35641ddb
...
...
@@ -2,8 +2,8 @@ dnl SFLPhone - configure.ac for automake 1.9 and autoconf 2.59
dnl
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
AC_INIT([SFLPhone],[0.7],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-200
8
]])
AC_INIT([SFLPhone],[0.
9.2-
7],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_COPYRIGHT([[Copyright (c) Savoir-Faire Linux 2004-200
9
]])
AC_REVISION([$Revision$])
dnl Compute canonical system name
...
...
@@ -13,7 +13,7 @@ dnl Rewrite name of programs to be installed
AC_ARG_PROGRAM
dnl Automake options
AM_INIT_AUTOMAKE([
-Wall
-Wno-portability])
AM_INIT_AUTOMAKE([-Wno-portability])
dnl Improve make variable MAKE
AC_PROG_MAKE_SET
...
...
@@ -95,7 +95,7 @@ dnl Define C++ as default language
AC_LANG(C++)
dnl Setup C++ compiler flags
CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS $USER_INCLUDES -O0 -g -W
all -Wextra
"
CXXFLAGS="$CXXFLAGS $USE_EXCEPTIONS $USER_INCLUDES -O0 -g -W
no-return-type
"
dnl Check for header files
AC_FUNC_ALLOCA
...
...
This diff is collapsed.
Click to expand it.
sflphone-gtk/configure.ac
+
2
−
2
View file @
35641ddb
AC_INIT([SFLphone],[0.9.2],[sflphoneteam@savoirfairelinux.com],[sflphone])
AC_INIT([SFLphone],[0.9.2
-7
],[sflphoneteam@savoirfairelinux.com],[sflphone])
AM_CONFIG_HEADER(config.h)
PACKAGE=SFLphone
VERSION=0.9.2
VERSION=0.9.2
-7
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
...
...
This diff is collapsed.
Click to expand it.
sflphone-gtk/src/menus.c
+
1
−
1
View file @
35641ddb
...
...
@@ -128,7 +128,7 @@ help_about ( void * foo UNUSED)
"artists"
,
artists
,
"authors"
,
authors
,
"comments"
,
_
(
"SFLphone is a VoIP client compatible with SIP and IAX2 protocols."
),
"copyright"
,
"Copyright © 2004-200
8
Savoir-faire Linux Inc."
,
"copyright"
,
"Copyright © 2004-200
9
Savoir-faire Linux Inc."
,
"name"
,
PACKAGE
,
"title"
,
_
(
"About SFLphone"
),
"version"
,
VERSION
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment