← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1454438] [NEW] build warning on tst_FaviconFetcherTests.cpp, narrowing conversion

 

Public bug reported:

When building trunk, I get the following warning:

/home/elopio/workspace/canonical/webbrowser-app/trunk/tests/unittests/favicon-fetcher/tst_FaviconFetcherTests.cpp:45:1: warning: narrowing conversion of ‘255’ from ‘int’ to ‘const char’ inside { } [-Wnarrowing]
 };
 ^

To reproduce:
bzr branch lp:webbrowser-app
cd webbrowser-app
cmake .
make

** Affects: webbrowser-app
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to webbrowser-app.
https://bugs.launchpad.net/bugs/1454438

Title:
  build warning on tst_FaviconFetcherTests.cpp,  narrowing conversion

Status in Web Browser App:
  New

Bug description:
  When building trunk, I get the following warning:

  /home/elopio/workspace/canonical/webbrowser-app/trunk/tests/unittests/favicon-fetcher/tst_FaviconFetcherTests.cpp:45:1: warning: narrowing conversion of ‘255’ from ‘int’ to ‘const char’ inside { } [-Wnarrowing]
   };
   ^

  To reproduce:
  bzr branch lp:webbrowser-app
  cd webbrowser-app
  cmake .
  make

To manage notifications about this bug go to:
https://bugs.launchpad.net/webbrowser-app/+bug/1454438/+subscriptions


Follow ups

References