[hatari-devel] compiler warning |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] compiler warning
- From: David Savinkoff <dsavnkff@xxxxxxxxx>
- Date: Fri, 26 Jun 2015 13:23:31 -0600 (MDT)
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=telus.net; s=neo; t=1435346612; bh=IlguRiUQFta9Sz89t2n3lj9ecSk61585dyxwNj62CLU=; h=Date:From:To:Message-ID:Subject:MIME-Version:Content-Type: Content-Transfer-Encoding; b=ksHTDGUDR7+KPf8mPkiQj6sPqNrOhunwxBwSg7NKeROSuApCyzmZCP2TPznwyvnAb XkdgTX4oCKgJgCo4bzmXr/FHee7z9dh2+hTIqfKSTG3NR9k8Fpw3PDg3az9MuJCIIm zpOD7ygl7NOvcQ2Ke6PDfdWqKkFDLRYfi/tO77b3pKw/WVYy+FhLlx2hQ8Jm5XrgPX +WgKdNM+yqEkjaOqR9+sNcsfk5ZNOOvgj5/HJH1pPbbivlJ6d0iWVc5beDqVm8i213 dVSxr0LImUmrTqcPZWpMQRwBqv7ve+l4YtNfe3DC2H0eg9gfcLL4gFC1u7+eieGQCW trRCxxMRvDapg==
- Thread-index: 0d7tjKM3hX6gA0i7eJELaWIfXRwCvA==
- Thread-topic: compiler warning
Hi,
hatari.5792/src/debug/profilecpu.c:960: warning: ‘warn_too_large’ defined but not used
The function: warn_too_large()
is defined outside of: #if ENABLE_WINUAE_CPU
whereas all of the calls to the function are not.
Resulting in this compiler warning for the Old Core.
******
I also tested SDL2 on both of my computers.
I would say that SDL2 is experimental because there
are a few things that need addressing. One being that
the mouse scroll wheel does not work with SDL2 on
either computer. I'll test SDL2 more when it gets to be
actively worked on again.