notepad-plus-plus/PowerEditor
Christian Grasser 8d3d8aa642 Fix gcc compiler warnings\errors
- avoid upper/lowercase issue for #include <windowsx.h>
- casts to avoid warning: conversion from ‘int’ to ‘UCHAR’ {aka ‘unsigned char’} may change value [-Wconversion]
- cast to avoid warning: conversion from ‘int’ to ‘BYTE’ {aka ‘unsigned char’} may change value [-Wconversion]
- avoid warning : delete called on non-final 'FileDialogEventHandler' that has virtual functions but non-virtual destructor [-Wdelete-non-abstract-non-virtual-dtor]
- avoid warning : warning: extra ';' [-Wpedantic] in BabyGrid.cpp

Close #14950
2024-04-07 12:19:52 +02:00
..
Test Add more unit tests for Function List of Python 2024-02-07 22:30:55 +01:00
bin Notepad++ release 8.6.5 2024-03-30 01:02:22 +01:00
gcc Readd dpi API 2024-04-02 01:44:52 +02:00
installer Update slovenian.xml 2024-04-03 02:29:55 +02:00
misc/chameleon Remove the old icon 2016-09-21 09:06:22 +02:00
scintilla.original.forUpdating Update to scintilla 5.4.3 (from 5.4.1) & Lexilla 5.3.1 2024-03-11 04:13:10 +01:00
src Fix gcc compiler warnings\errors 2024-04-07 12:19:52 +02:00
visual.net Readd dpi API 2024-04-02 01:44:52 +02:00