summaryrefslogtreecommitdiff
path: root/src/core/testasyncgetprop.c
AgeCommit message (Collapse)AuthorFilesLines
2021-03-18testasyncgetprop: Mismatching the argument type 'unsigned long'rbuj1-2/+2
and conversion specifier 'ld', reported by Apache NetBeans IDE
2020-08-04Remove multiple empty linesrbuj1-1/+0
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 'N;/^\n$/D;P;D;' {} \;
2019-03-05[Security] Use 'g_strlcpy' instead of 'strcpy'Pablo Barciela1-1/+2
Fixes Clang static analyzer warnings: warning: Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119
2014-11-25merge metacity(gtk3) changesDenis Gorodnichev1-13/+6
merge metacity(gtk3) changes fix warnings clean up unused variables replace UNUSED_VARIABLE by G_GNUC_UNUSED
2014-06-26Remove all trailing whitespaces in the code treeJoaquín Ignacio Aramendía1-38/+38
Just run: $ find -name '*.c' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i $ find -name '*.h' -print0 | xargs -r0 sed -e 's/[[:blank:]]\+$//' -i
2012-11-20Fix deprecations and compile warnings. Clean compileScott Balneaves1-1/+7
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+497