mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
Code Cleanup
- Bumped version to 1.8.0.beta1. - Fixed compiler warning on Ubuntu.
This commit is contained in:
parent
6a55549588
commit
519ee9a7a9
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.61)
|
AC_PREREQ(2.61)
|
||||||
AC_INIT(task, 1.8.0, support@taskwarrior.org)
|
AC_INIT(task, 1.8.0.beta1, support@taskwarrior.org)
|
||||||
|
|
||||||
CFLAGS="${CFLAGS=}"
|
CFLAGS="${CFLAGS=}"
|
||||||
CXXFLAGS="${CXXFLAGS=}"
|
CXXFLAGS="${CXXFLAGS=}"
|
||||||
|
|
|
@ -34,7 +34,7 @@ Context context;
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
int main (int argc, char** argv)
|
int main (int argc, char** argv)
|
||||||
{
|
{
|
||||||
char* colors[] =
|
const char* colors[] =
|
||||||
{
|
{
|
||||||
"off",
|
"off",
|
||||||
"bold", "underline", "bold_underline",
|
"bold", "underline", "bold_underline",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue